Structured Output / Schema Validation
Why it matters: Makes agent outputs reliable and machine-consumable.
Enforce JSON Schema on LLM/tool outputs and retry/repair on validation failures.
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/validate | Validate data against a schema |
POST | /v1/validate/repair | Attempt to repair invalid output |