input
stringlengths 6
259
| output
stringlengths 26
381
|
|---|---|
please list the flights taking off and landing on general mitchell international airport
|
[[FUNCTION]] get_flight {'fromloc.airport_name': 'general mitchell international airport'}
|
i need a flight from denver to pittsburgh on july seventh that leaves in the afternoon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'july', 'depart_date.day_number': 'seventh', 'depart_time.period_of_day': 'afternoon'}
|
i 'm traveling from boston to atlanta and i 'd like to go sometime after 5 pm but i want to know what kind of airplane it 's on
|
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}
|
show me the flights from philadelphia to baltimore in the morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'baltimore', 'depart_time.period_of_day': 'morning'}
|
show me the cheapest flights from san francisco to boston
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
|
show me ground transportation information for dallas fort worth
|
[[FUNCTION]] get_ground_service {'city_name': 'dallas fort worth'}
|
could you tell me if delta flight 296 serves breakfast
|
[[FUNCTION]] get_flight {'airline_name': 'delta', 'flight_number': '296', 'meal_description': 'breakfast'}
|
what price is a limousine service to new york 's la guardia
|
[[FUNCTION]] get_ground_fare {'transport_type': 'limousine', 'fromloc.city_name': "new york 's", 'fromloc.airport_name': 'la guardia'}
|
please list the flights from phoenix to san diego
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'san diego'}
|
what flights leave la guardia for san jose and arrive 10 pm
|
[[FUNCTION]] get_flight {'fromloc.airport_name': 'la guardia', 'toloc.city_name': 'san jose', 'arrive_time.time': '10 pm'}
|
what is the seating capacity for the f28
|
[[FUNCTION]] get_capacity {'aircraft_code': 'f28'}
|
i need fare information from denver to pittsburgh
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
|
please show me airlines with flights from boston to denver
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
what flights are available from pittsburgh to boston on wednesday of next week
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday', 'depart_date.date_relative': 'next'}
|
can you show me the economy fare flights from baltimore to dallas
|
[[FUNCTION]] get_airfare {'economy': 'economy', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
|
information on first class round trip from pittsburgh to san francisco
|
[[FUNCTION]] get_flight {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
|
i would like to see the economy fares for pittsburgh to philadelphia
|
[[FUNCTION]] get_airfare {'economy': 'economy', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'}
|
what are the flights from las vegas to burbank on saturday may twenty two
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'burbank', 'depart_date.day_name': 'saturday', 'depart_date.month_name': 'may', 'depart_date.day_number': 'twenty two'}
|
list all flights on continental from denver to chicago which depart after 934 pm
|
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'denver', 'toloc.city_name': 'chicago', 'depart_time.time_relative': 'after', 'depart_time.time': '934 pm'}
|
show me flights denver to washington on wednesday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'washington', 'depart_date.day_name': 'wednesday'}
|
list all flights from boston to san francisco with more than 3 stops
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'flight_stop': 'stops'}
|
what is the cost of united airlines flight 415 from chicago to kansas city thursday night
|
[[FUNCTION]] get_airfare {'airline_name': 'united airlines', 'flight_number': '415', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'night'}
|
please give me the flight times the morning on united airlines for september twentieth from philadelphia to san francisco
|
[[FUNCTION]] get_flight_time {'flight_time': 'flight times', 'depart_time.period_of_day': 'morning', 'airline_name': 'united airlines', 'depart_date.month_name': 'september', 'depart_date.day_number': 'twentieth', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
|
continental airlines on saturday from chicago to seattle
|
[[FUNCTION]] get_flight {'airline_name': 'continental airlines', 'depart_date.day_name': 'saturday', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle'}
|
i would like a flight from boston to san francisco on august seventeenth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'august', 'depart_date.day_number': 'seventeenth'}
|
what flights from kansas city to chicago next wednesday arrive at chicago at about 7 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday', 'arrive_time.time_relative': 'about', 'arrive_time.time': '7 pm'}
|
give me a flight from philadelphia to denver on sunday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver', 'depart_date.day_name': 'sunday'}
|
all flights from sfo to long beach
|
[[FUNCTION]] get_flight {'fromloc.airport_code': 'sfo', 'toloc.city_name': 'long beach'}
|
show me flights from pittsburgh to los angeles thursday evening
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'evening'}
|
looking for a flight to salt lake city
|
[[FUNCTION]] get_flight {'toloc.city_name': 'salt lake city'}
|
please list all flights from philadelphia to boston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston'}
|
what is the earliest breakfast flight from philadelphia to fort worth
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'meal_description': 'breakfast', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'fort worth'}
|
what is the aircraft type with the greatest seating capacity
|
[[FUNCTION]] get_aircraft {'mod': 'greatest'}
|
i would like to know what type of aircraft will be used on the morning of july seventh from atlanta to boston
|
[[FUNCTION]] get_aircraft {'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'july', 'depart_date.day_number': 'seventh', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
|
show me all the flights from denver to las vegas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'las vegas'}
|
list all nonstop flights on tuesday before noon from charlotte to baltimore
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'arrive_date.day_name': 'tuesday', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'baltimore'}
|
flying from pittsburgh to philadelphia on us air
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia', 'airline_name': 'us air'}
|
i want a flight that leaves thursday around 7 pm from chicago to kansas city
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'around', 'depart_time.time': '7 pm', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'kansas city'}
|
what type of airplane is an m80
|
[[FUNCTION]] get_aircraft {'aircraft_code': 'm80'}
|
show me the flights from baltimore to atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta'}
|
also show me all flights from oakland to denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'denver'}
|
what 's the schedule of flights from atlanta to boston on august first
|
[[FUNCTION]] get_flight_time {'flight_time': 'schedule', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'depart_date.month_name': 'august', 'depart_date.day_number': 'first'}
|
give me a list of the morning flights from atlanta to boston
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
|
please list the flights from denver to phoenix
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'phoenix'}
|
show me prices and times for first class travel from baltimore to dallas next summer
|
[[FUNCTION]] get_airfare {'flight_time': 'times', 'class_type': 'first class', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
|
show the flights from milwaukee to orlando on a thursday morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'}
|
show me flights between memphis and las vegas on sunday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday'}
|
what are the cost of morning flights from atlanta to baltimore
|
[[FUNCTION]] get_airfare {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'}
|
what airlines are there
|
[[FUNCTION]] get_airline {}
|
what flights leave san francisco on monday night and arrive at atlanta later in the evening
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'night', 'toloc.city_name': 'atlanta', 'arrive_time.time_relative': 'later', 'arrive_time.time': 'evening'}
|
show me the last flight from denver to boston
|
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'denver', 'toloc.city_name': 'boston'}
|
can you tell me the afternoon nonstop flights departing from atlanta to boston
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'flight_stop': 'nonstop', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
|
show me one way flights from tampa to st. louis departing before 10 am
|
[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'st. louis', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am'}
|
show me the first class flights from denver to baltimore
|
[[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'}
|
what flights go from denver to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
|
what is the coach economy class night service from boston to san francisco
|
[[FUNCTION]] get_flight {'class_type': 'coach', 'economy': 'economy class', 'depart_time.period_of_day': 'night', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
which flights go from philadelphia to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
|
what are the flights for united airlines on september twentieth in the morning
|
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'depart_date.month_name': 'september', 'depart_date.day_number': 'twentieth', 'depart_time.period_of_day': 'morning'}
|
i want a flight on twa from boston to san francisco
|
[[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
please show me flights from philadelphia to baltimore between 10 am and 2 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'baltimore', 'depart_time.start_time': '10 am', 'depart_time.end_time': '2 pm'}
|
also show me the first flight from atlanta to denver on a thursday
|
[[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_date.day_name': 'thursday'}
|
what is the earliest flight that i can get from bwi to boston logan
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.airport_code': 'bwi', 'toloc.city_name': 'boston', 'toloc.airport_name': 'logan'}
|
now i need a flight from detroit to san diego leaving tuesday evening
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'toloc.city_name': 'san diego', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'evening'}
|
is breakfast served on flight ua 343 from boston to denver coach class
|
[[FUNCTION]] get_flight {'meal_description': 'breakfast', 'airline_code': 'ua', 'flight_number': '343', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'class_type': 'coach class'}
|
list the cheapest flight from charlotte to memphis
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'memphis'}
|
can you list the latest flights from oakland to salt lake city on wednesday
|
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_date.day_name': 'wednesday'}
|
i want a flight on continental from boston to san francisco
|
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
i 'd like to go from boston to san francisco stopping in pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'pittsburgh'}
|
find the earliest breakfast flight from boston to oakland
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'meal_description': 'breakfast', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
|
what is the total schedule for delta 's flights to all airports
|
[[FUNCTION]] get_flight_time {'flight_time': 'schedule', 'airline_name': "delta 's"}
|
what is the cheapest flight flying from boston to atlanta before 8
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'before', 'depart_time.time': '8'}
|
show me the earliest flight on thursday from atlanta to washington
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'depart_date.day_name': 'thursday', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington'}
|
what is the most expensive flight from dallas to baltimore
|
[[FUNCTION]] get_flight {'cost_relative': 'most expensive', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
|
is there a flight from pittsburgh to baltimore that arrives between 6 and 7 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'arrive_time.start_time': '6', 'arrive_time.end_time': '7 pm'}
|
what is the earliest flight from boston to washington
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'}
|
what are the coach fares for flights from charlotte to newark tuesday evening
|
[[FUNCTION]] get_airfare {'class_type': 'coach', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'newark', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'evening'}
|
what is the name of the airport at denver
|
[[FUNCTION]] get_airport {'city_name': 'denver'}
|
what 's the cheapest flight from atlanta to baltimore
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'}
|
give me flights that arrive in baltimore from atlanta
|
[[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'fromloc.city_name': 'atlanta'}
|
flight from dallas to oakland california on monday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'oakland', 'toloc.state_name': 'california', 'depart_date.day_name': 'monday'}
|
how expensive is the san francisco limousine service
|
[[FUNCTION]] get_ground_fare {'city_name': 'san francisco', 'transport_type': 'limousine'}
|
i would like a flight from baltimore to san francisco on twa with a stop in denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'airline_code': 'twa', 'stoploc.city_name': 'denver'}
|
i would like the cheapest one way fare from dallas to denver
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'denver'}
|
list the flights between san jose and houston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'houston'}
|
what flights from kansas city to denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'denver'}
|
show me fares from dallas to baltimore that cost less than 300 dollars
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'cost_relative': 'less', 'fare_amount': '300 dollars'}
|
how much does flight ua 281 from boston to denver cost
|
[[FUNCTION]] get_airfare {'airline_code': 'ua', 'flight_number': '281', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
show me flights from atlanta to baltimore
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'}
|
what does lax stand for
|
[[FUNCTION]] get_abbreviation {'airport_code': 'lax'}
|
list flights from san jose to houston next sunday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'houston', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'sunday'}
|
show me the least expensive flight from miami to new york on a sunday with first class fare
|
[[FUNCTION]] get_flight {'cost_relative': 'least expensive', 'fromloc.city_name': 'miami', 'toloc.city_name': 'new york', 'depart_date.day_name': 'sunday', 'class_type': 'first class'}
|
ground transportation in las vegas
|
[[FUNCTION]] get_ground_service {'city_name': 'las vegas'}
|
i want to fly boston to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
show me flights from san francisco to denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver'}
|
what is the earliest flight from boston to denver
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
i would like an early morning flight from chicago into seattle on continental airlines
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'airline_name': 'continental airlines'}
|
give me a flight from tampa to charlotte on sunday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte', 'depart_date.day_name': 'sunday'}
|
what does nw stand for
|
[[FUNCTION]] get_abbreviation {'airline_code': 'nw'}
|
show me the flights from boston to pittsburgh on wednesday or thursday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'thursday', 'or': 'or'}
|
i need to fly from pittsburgh to oakland and depart in the afternoon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'oakland', 'depart_time.period_of_day': 'afternoon'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.