Home
AI: Structured Outputs
AI: Structured Outputs
{ "name": { "type": "string" }, "steps": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "ingredients": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "quantity": { "type": "string" } } } } } } } }
Submit