Why Output Schema Matters
- Standardizes how model results are parsed and displayed
- Enables seamless integration into Data Apps or embedded tools
- Ensures feedback mechanisms are correctly tied to model responses
- Supports chaining outputs to downstream actions
Defining Output Fields
Each field you expect from the model response must be described in the schema:
📸 Placeholder for: Screenshot of output schema configuration UI
Example Output Payload
Tips for Defining Output Fields
Make sure field names exactly match the keys returned by the model. Use descriptive names that make the output easy to understand in UI or downstream logic. Choose the right type — AI Squared uses this for formatting (e.g., number rounding, boolean flags, etc.).What’s Next
You’ve now connected your source, defined inputs, optionally transformed them, and configured the expected output. Next, you can:- Test Your Model with sample payloads
- Embed the output into Data Apps
- Set up Feedback Capture