Skip to main contentDefine a structured output schema to ensure the agent returns responses in a consistent format.
Schema Configuration
You can define the output schema in two ways:
Schema Builder
Use the visual schema builder:
- Click Schema Builder
- Enter a Schema Name (e.g., CustomerResponse)
- Optionally add a Description
- Click Add Property or Add First Property to define schema properties
- Configure each property’s type and constraints
- Click Show JSON to view the generated JSON schema
Raw JSON
Enter the schema directly as JSON:
- Click Raw JSON
- Enter your JSON schema in the editor
The schema must be valid JSON Schema format.