Quick Start
1
Get JSON Output via Instructions
2
Structured Extraction Tool
Output Formats
Best Practices
Define clear schemas
Define clear schemas
Well-defined types help the LLM produce correct output.
Use serde for serialization
Use serde for serialization
Derive Serialize and Deserialize for your types.
Related
Agent
Agent configuration
Output
Output formatting

