LangChain - Output Parsers
You want to parse a language model's JSON response into a typed object with nested fields using
PydanticOutputParser. Which approach correctly handles nested Pydantic models?