Define a structured output schema to ensure the agent returns responses in a consistent format.Documentation Index
Fetch the complete documentation index at: https://hastekit.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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