LangChain - Output Parsers
Consider this code:
But it raises an error. What is a likely cause?
parser = JsonOutputParser()
json_str = '{"items": [1, 2, 3]}'
result = parser.parse(json_str)But it raises an error. What is a likely cause?
