| Expected Output | Guide agent responses using the expected_output parameter. |
| Input Formats | Handle different input formats for agent requests. |
| Input Schema | Pass a dict that matches the input schema. |
| Output Model | Use a separate output model to refine the main model’s response. |
| Output Schema | This example shows how to use the output_model parameter to specify the model that will be used to generate the final response. |
| Parser Model | Get the response in a variable. |
| Response As Variable | Capture agent responses as variables for downstream use. |
| Save To File | Save agent responses to a file automatically. |
| Streaming | Demonstrates streaming agent responses token by token. |