input stringlengths 6 259 | output stringlengths 26 381 |
|---|---|
i 'd like the cheapest one way fare from boston to san francisco | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
show me all flights which leave pittsburgh tomorrow and arrive in baltimore after 5 o'clock pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'depart_date.today_relative': 'tomorrow', 'toloc.city_name': 'baltimore', 'arrive_time.time_relative': 'after', 'arrive_time.time': "5 o'clock pm"} |
what is the ground transportation available in the city of philadelphia | [[FUNCTION]] get_ground_service {'city_name': 'philadelphia'} |
i would like to make a one way flight from boston to atlanta | [[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'} |
do you have any flights united airlines from dallas to san francisco | [[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
what is ua | [[FUNCTION]] get_abbreviation {'airline_code': 'ua'} |
i would like to arrange a flight from denver to pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'} |
what airlines fly from st. petersburg to milwaukee and from milwaukee to tacoma | [[FUNCTION]] get_airline {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tacoma'} |
how much does it cost to fly from boston to baltimore on a saturday | [[FUNCTION]] get_airfare {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'saturday'} |
on monday i 'd like to travel from las vegas to detroit michigan | [[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'detroit', 'toloc.state_name': 'michigan'} |
show me all flights from kansas city to chicago on june sixteenth arriving around 7 o'clock in the evening | [[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.month_name': 'june', 'depart_date.day_number': 'sixteenth', 'arrive_time.time_relative': 'around', 'arrive_time.time': "7 o'clock", 'arrive_time.period_of_day': 'evening'} |
boston to denver monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.day_name': 'monday'} |
tell me about twa flight 539 | [[FUNCTION]] get_flight {'airline_code': 'twa', 'flight_number': '539'} |
what is the smallest aircraft available flying from pittsburgh to baltimore arriving on may seventh | [[FUNCTION]] get_aircraft {'mod': 'smallest', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'arrive_date.month_name': 'may', 'arrive_date.day_number': 'seventh'} |
i need a flight from denver to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
what is the price of a one way fare from boston to denver on continental airlines | [[FUNCTION]] get_airfare {'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'airline_name': 'continental airlines'} |
what are the flights and prices from la to charlotte for monday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'la', 'toloc.city_name': 'charlotte', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'} |
show me the flights from boston to pittsburgh leaving wednesdays and thursdays | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'thursdays'} |
show fares and flights from denver to oakland | [[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'} |
can you tell me the latest evening flight from atlanta to denver on july seventh | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_date.month_name': 'july', 'depart_date.day_number': 'seventh'} |
tell me about ground transportation at san francisco | [[FUNCTION]] get_ground_service {'city_name': 'san francisco'} |
i would like to know the flights from denver to pittsburgh leaving on monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'monday'} |
list flights between denver and pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'} |
what flights are available from pittsburgh to baltimore on july twenty fifth 1991 | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty fifth', 'depart_date.year': '1991'} |
show me evening flights to baltimore | [[FUNCTION]] get_flight {'period_of_day': 'evening', 'toloc.city_name': 'baltimore'} |
what flights from chicago to kansas city | [[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'kansas city'} |
i 'd like to fly from denver to pittsburgh with a stop in atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'stoploc.city_name': 'atlanta'} |
what are the afternoon flights from atlanta to baltimore | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'} |
show me flights from san francisco to denver on weekdays | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver', 'flight_mod': 'weekdays'} |
show me the flights from dallas to baltimore in first class | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'class_type': 'first class'} |
does delta fly from atlanta to san francisco | [[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco'} |
show me the ground transportation at denver | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
show me the list of us air flights between boston and dc | [[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'boston', 'toloc.state_code': 'dc'} |
display all fare codes | [[FUNCTION]] get_airfare {} |
what flights stop in atlanta before noon | [[FUNCTION]] get_flight {'stoploc.city_name': 'atlanta', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'} |
cheapest flight from memphis to miami | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'memphis', 'toloc.city_name': 'miami'} |
show me all flights from denver to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'} |
give me the cheapest round trip flight from dallas to baltimore | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'} |
what are the different classes that an airline offers | [[FUNCTION]] get_flight {} |
i 'd like to see all the flights with their fares from denver to atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'} |
does eastern airlines fly between boston and washington | [[FUNCTION]] get_flight {'airline_name': 'eastern airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'} |
show me flights from philadelphia to san francisco on wednesdays | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'wednesdays'} |
i 'd like to book an flight on american airlines from boston to san francisco with one stop in pittsburgh | [[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'flight_stop': 'one stop', 'stoploc.city_name': 'pittsburgh'} |
what kind of ground transportation is available in atlanta | [[FUNCTION]] get_ground_service {'city_name': 'atlanta'} |
show me flights from boston to philadelphia on a monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'monday'} |
what is the cheapest one way fare from boston to washington | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'} |
flights and fares from denver to oakland | [[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'} |
find me the cheapest flight from boston to washington | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'} |
what are the classes of service on twa | [[FUNCTION]] get_flight {'airline_code': 'twa'} |
what kind of aircraft do you have flying from boston to san francisco on august twenty seventh | [[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh'} |
fine can you give me information on ground transportation in washington dc to downtown | [[FUNCTION]] get_ground_service {'city_name': 'washington', 'state_code': 'dc'} |
is there a nonstop flight from denver to san francisco | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
i want a direct flight from oakland to boston that leaves on a wednesday | [[FUNCTION]] get_flight {'connect': 'direct', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday'} |
what flights are available from boston to denver today | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.today_relative': 'today'} |
san francisco to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver'} |
show me all flights from philadelphia to san francisco with one stop in dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'flight_stop': 'one stop', 'stoploc.city_name': 'dallas'} |
display all flights from toronto to san diego on us air stopping over in denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'airline_name': 'us air', 'stoploc.city_name': 'denver'} |
how much is a first class ticket from boston to san francisco | [[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
oakland to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'philadelphia'} |
please show me all airports in denver | [[FUNCTION]] get_airport {'city_name': 'denver'} |
list round trip flights between boston and oakland using twa | [[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'airline_code': 'twa'} |
show me the flights from san francisco to boston | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'} |
show me all the us air flights to pittsburgh between 12 and 4 in the afternoon | [[FUNCTION]] get_flight {'airline_name': 'us air', 'toloc.city_name': 'pittsburgh', 'depart_time.start_time': '12', 'depart_time.end_time': '4', 'depart_time.period_of_day': 'afternoon'} |
i would like the evening schedule of flights from san francisco to washington | [[FUNCTION]] get_flight_time {'depart_time.period_of_day': 'evening', 'flight_time': 'schedule', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington'} |
what are the fares from dallas to san francisco on flight dl 217 | [[FUNCTION]] get_airfare {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'airline_code': 'dl', 'flight_number': '217'} |
what kind of ground transportation is there in denver | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
what delta flights are available to fly from philadelphia to boston | [[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston'} |
can you show me the list of flights that fly from washington to san francisco via dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'} |
what is the first flight from boston to dallas | [[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'} |
eastern flies from atlanta to denver what type of aircraft do you use before 6 pm | [[FUNCTION]] get_flight {'airline_name': 'eastern', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': '6 pm'} |
show me flights from milwaukee to orlando on a thursday before noon | [[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'} |
does united have a flight from miami to washington dc on wednesday | [[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'miami', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'wednesday'} |
i want a flight from san francisco to denver leaving san francisco in the afternoon arriving denver around 5 in the afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver', 'depart_time.period_of_day': 'afternoon', 'arrive_time.time_relative': 'around', 'arrive_time.time': '5', 'arrive_time.period_of_day': 'afternoon'} |
what are the flights from boston to washington on october fifteenth 1991 | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'depart_date.month_name': 'october', 'depart_date.day_number': 'fifteenth', 'depart_date.year': '1991'} |
flights from denver to pittsburgh on wednesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'wednesday'} |
how many people fly on a turboprop | [[FUNCTION]] get_capacity {} |
please list all flights into denver before noon on united airlines and northwest airlines | [[FUNCTION]] get_flight {'toloc.city_name': 'denver', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon', 'airline_name': 'northwest airlines'} |
what flights are available from denver to philadelphia on wednesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'wednesday'} |
what flights are available from san francisco to pittsburgh on monday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'} |
show me all flights from baltimore to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'} |
what is the fare on the thrift economy flight from boston to san francisco | [[FUNCTION]] get_airfare {'class_type': 'thrift', 'economy': 'economy', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
how can i get from the airport in pittsburgh to downtown | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh'} |
is it possible for me to fly from baltimore to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'} |
find travel arrangements for a round trip flight from boston to pittsburgh | [[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'} |
is there any ground transportation to the city in dallas | [[FUNCTION]] get_ground_service {'city_name': 'city in dallas'} |
from phoenix to denver on a monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'denver', 'depart_date.day_name': 'monday'} |
what is the latest flight from salt lake city to st. petersburg | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'st. petersburg'} |
now i 'd like information on flights from denver to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
may i see all nonstop flights from st. petersburg to charlotte | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte'} |
from baltimore to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'} |
show me the airlines that fly from denver to san francisco | [[FUNCTION]] get_airline {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
round trip fares from denver to philadelphia less than 1000 dollars | [[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'cost_relative': 'less', 'fare_amount': '1000 dollars'} |
i would like a flight from philadelphia to dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'} |
i need to fly from boston to baltimore please give me the times of your flights in the morning before 8 o'clock | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore', 'flight_time': 'times of your flights', 'depart_time.period_of_day': 'morning', 'depart_time.time_relative': 'before', 'depart_time.time': "8 o'clock"} |
show me the flights arriving at love field from all other airports | [[FUNCTION]] get_flight {'toloc.airport_name': 'love field'} |
airports in new york | [[FUNCTION]] get_airport {'city_name': 'new york'} |
could you tell me about flights from philadelphia to dallas the flights should leave philadelphia in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'depart_time.period_of_day': 'morning'} |
what airlines fly from toronto to san diego with a stopover in denver | [[FUNCTION]] get_airline {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'stoploc.city_name': 'denver'} |
on november twenty third what flights are available between boston and denver on american airlines | [[FUNCTION]] get_flight {'depart_date.month_name': 'november', 'depart_date.day_number': 'twenty third', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'airline_name': 'american airlines'} |
show me all flights from pittsburgh to dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'dallas'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.