Skip to main content

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"]).

Next Step