Output Parsers, LangChain Contributors, 2024 (LangChain) - Official documentation for output parsers in LangChain, detailing their purpose and various implementations for structuring LLM responses.
Pydantic Documentation, Samuel Colvin and Pydantic Contributors, 2024 - Official documentation for Pydantic, a Python library for data parsing, validation, and serialization, integral to PydanticOutputParser.
Prompt Engineering Guide, Dair.ai, Shubham Saboo, and Contributors, 2024 - A comprehensive guide on prompt engineering techniques, including strategies for instructing Large Language Models to generate responses in structured formats.
Tool use (Function calling), OpenAI, 2024 (OpenAI) - OpenAI's official guide on function calling, demonstrating a method for Large Language Models to produce structured JSON output for interacting with external tools and APIs.