Tutorials
Trip Planning - Input
Define the input schema for the trip planning task
1. Input Schema
First, we define what inputs our task expects:
This schema specifies that our task expects an array of location strings (e.g., ["New York", "London", "Paris"]
).