Prompt Engineering Guide, OpenAI, 2024 (OpenAI) - Official guide offering comprehensive techniques for crafting effective prompts, including methods for generating structured output from LLMs.
Introduction to Prompt Design, Google Cloud, 2024 (Google Cloud) - Guide for designing prompts for large language models, covering best practices for controlling model responses and achieving specific output formats.
Building Large Language Model Applications, Reza Shabani, Jonathon Riley, 2023 (O'Reilly Media) - A practical book for developers on integrating LLMs into applications, with sections on managing and parsing model output for structured data.
Output Parsers, LangChain, 2024 (LangChain) - Official documentation explaining how to use output parsers to structure and validate LLM-generated text into formats like JSON, often with Pydantic.