🚨 Open Responses API (Alpha). Learn more here
Define the input schema for the trip planning task
input_schema: type: object properties: locations: type: array items: type: string
["New York", "London", "Paris"]