In this part, the model receives the user’s request and returns a structured description of the interface. The application validates that description before rendering anything.
When a user selects an option or submits a form, send the interaction back with enough context for the model to decide what should happen next.
Complete this part
- Define the output schema
- Validate the model response
- Connect user actions back to the workflow