📄️ Prompt Template
Prompt Template is a common technique used in building AI applications. Most non-trivial prompts are rendered from templates.
📄️ Structured Output
Structured Output is essential for agents. People are familiar with the chat UI provided by ChatGPT, where the AI service mostly returns text and images. When building agents, we want to deal with structured outputs, which makes the output very easy to be consumed by code. Most LLMs support JSON as the output format.