Skip to main content
Define 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:
  1. Click Schema Builder
  2. Enter a Schema Name (e.g., CustomerResponse)
  3. Optionally add a Description
  4. Click Add Property or Add First Property to define schema properties
  5. Configure each property’s type and constraints
  6. Click Show JSON to view the generated JSON schema

Raw JSON

Enter the schema directly as JSON:
  1. Click Raw JSON
  2. Enter your JSON schema in the editor
The schema must be valid JSON Schema format.