Pydantic Documentation, Samuel Colvin and contributors, Current - Official and comprehensive guide to Pydantic, a data validation and settings management library critical for defining and validating structured LLM outputs in Python.
LangChain Output Parsers, LangChain Team, 2025 (LangChain Inc.) - The official documentation for LangChain's output parser module, detailing various parsers including PydanticOutputParser, retry mechanisms, and the foundation for custom parsers.
Function calling, OpenAI, 2024 (OpenAI) - Official guide explaining how OpenAI models can be prompted to output structured JSON data conforming to a defined schema, a highly reliable method for extracting structured information.