input
stringlengths 6
259
| output
stringlengths 26
381
|
|---|---|
now get me from pittsburgh to denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'}
|
which airlines have first class flights today
|
[[FUNCTION]] get_airline {'class_type': 'first class', 'depart_date.today_relative': 'today'}
|
what flights are there arriving in chicago after 9 pm on continental
|
[[FUNCTION]] get_flight {'toloc.city_name': 'chicago', 'arrive_time.time_relative': 'after', 'arrive_time.time': '9 pm', 'airline_name': 'continental'}
|
what flights do you have in the morning of september twentieth on united airlines from pittsburgh to san francisco and a stopover in denver
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'september', 'depart_date.day_number': 'twentieth', 'airline_name': 'united airlines', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
|
i need to fly between philadelphia and atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'atlanta'}
|
on continental flight 1765 from boston to san francisco what type of meal is served
|
[[FUNCTION]] get_flight {'airline_name': 'continental', 'flight_number': '1765', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'meal': 'meal'}
|
i 'm in miami and i 'd like to travel to las vegas on sunday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday'}
|
show me all flights arriving to denver from boston
|
[[FUNCTION]] get_flight {'toloc.city_name': 'denver', 'fromloc.city_name': 'boston'}
|
what are all of the flights into and out of atlanta 's airport
|
[[FUNCTION]] get_flight {'fromloc.city_name': "atlanta 's"}
|
what are the afternoon flights leaving from dallas to san francisco on american airlines
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'airline_name': 'american airlines'}
|
what is american 's last flight from boston to washington dc on july twenty first
|
[[FUNCTION]] get_flight {'airline_name': "american 's", 'flight_mod': 'last', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty first'}
|
i would like information on flights from pittsburgh to baltimore arriving in baltimore before 10 am on thursday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'arrive_time.time_relative': 'before', 'arrive_time.time': '10 am', 'arrive_date.day_name': 'thursday'}
|
i 'm sorry i want to book a flight from atlanta to denver colorado
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'toloc.state_name': 'colorado'}
|
is there a round trip flight from baltimore to denver connecting in dallas
|
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'denver', 'connect': 'connecting', 'stoploc.city_name': 'dallas'}
|
what flights are currently available between boston and dallas fort worth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas fort worth'}
|
what flights are from memphis to las vegas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas'}
|
on april sixth i would like to book an early morning flight from tampa to charlotte
|
[[FUNCTION]] get_flight {'depart_date.month_name': 'april', 'depart_date.day_number': 'sixth', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte'}
|
list all flights from boston to san francisco with at least 3 stops
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'flight_stop': 'stops'}
|
what flights leave from phoenix to anywhere
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix'}
|
what flights are available sunday afternoon from oakland to dallas
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'dallas'}
|
does american airlines offer a flight from boston to oakland which stops in denver
|
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'stoploc.city_name': 'denver'}
|
i 'd like to fly from tampa to montreal
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'montreal'}
|
show me all all flights from pittsburgh to atlanta on wednesday which leave before noon and serve breakfast
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon', 'meal_description': 'breakfast'}
|
show me the flights from new york to los angeles with stop in milwaukee
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'los angeles', 'stoploc.city_name': 'milwaukee'}
|
what is the earliest flight from philadelphia to dallas first class
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'class_type': 'first class'}
|
show me the cheapest fares from miami to new york leaving on a sunday
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'miami', 'toloc.city_name': 'new york', 'depart_date.day_name': 'sunday'}
|
i need to make reservations from denver to boston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'boston'}
|
show me all the flights between dallas fort worth and either san francisco or oakland that depart between 5 and 7 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas fort worth', 'toloc.city_name': 'oakland', 'or': 'or', 'depart_time.start_time': '5', 'depart_time.end_time': '7 pm'}
|
atlanta to pittsburgh july twenty third
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty third'}
|
please show me all round trip flights from burbank to tacoma
|
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'burbank', 'toloc.city_name': 'tacoma'}
|
i 'd like to fly from boston to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
give me all the flights from new york to miami round trip
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'round_trip': 'round trip'}
|
i would like to travel from indianapolis to houston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'houston'}
|
flight leaving chicago to nashville
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'nashville'}
|
can you list the cheapest round trip fare from orlando to kansas city
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'orlando', 'toloc.city_name': 'kansas city'}
|
show me the flights from san diego to washington dc
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
|
how much does it cost to fly eastern airlines from atlanta to boston
|
[[FUNCTION]] get_airfare {'airline_name': 'eastern airlines', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
|
what is the lowest cost for a one way ticket from boston to washington
|
[[FUNCTION]] get_airfare {'cost_relative': 'lowest cost', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'}
|
i would like a schedule of flights from san francisco to boston on wednesday
|
[[FUNCTION]] get_flight_time {'flight_time': 'schedule', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday'}
|
tell me about the ground transportation in chicago
|
[[FUNCTION]] get_ground_service {'city_name': 'chicago'}
|
show flights from dallas to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
|
what kind of ground transportation is there in dallas
|
[[FUNCTION]] get_ground_service {'city_name': 'dallas'}
|
show me all flights and fares from dallas to san francisco
|
[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
|
give me the earliest flight tomorrow on northwest airlines from st. petersburg to milwaukee
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'depart_date.today_relative': 'tomorrow', 'airline_name': 'northwest airlines', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'milwaukee'}
|
how many people fit on a 72s airplane
|
[[FUNCTION]] get_capacity {'aircraft_code': '72s'}
|
what is the cheapest flight from washington to san francisco on friday
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday'}
|
what does restriction ap 80 mean
|
[[FUNCTION]] get_abbreviation {'restriction_code': 'ap 80'}
|
show me all the united flights from boston to denver
|
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
what is the distance from la guardia to new york 's downtown
|
[[FUNCTION]] get_distance {'fromloc.airport_name': 'la guardia', 'toloc.city_name': "new york 's"}
|
what is the last flight from atlanta to boston
|
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
|
show me all the flights from denver to baltimore arriving may tenth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'arrive_date.month_name': 'may', 'arrive_date.day_number': 'tenth'}
|
what is the least expensive one way ticket from atlanta to denver leaving on october twelfth
|
[[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'round_trip': 'one way', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_date.month_name': 'october', 'depart_date.day_number': 'twelfth'}
|
list all nonstop flights from newark to tampa leaving on friday
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'newark', 'toloc.city_name': 'tampa', 'arrive_date.day_name': 'friday'}
|
show me all flights on us airlines from boston to oakland california which leave after 11 o'clock am
|
[[FUNCTION]] get_flight {'airline_name': 'us airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'toloc.state_name': 'california', 'depart_time.time_relative': 'after', 'depart_time.time': "11 o'clock am"}
|
find the earliest flight from boston to oakland that serves breakfast
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'meal_description': 'breakfast'}
|
show me flights from tampa to st. louis leaving before 10 am
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'st. louis', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am'}
|
i 'd like to know the price of first class seats from atlanta to san francisco
|
[[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco'}
|
i would like a flight from denver to pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
|
first class fares from dallas to baltimore please
|
[[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
|
what are the morning flights from nashville to tacoma and from nashville to san jose in the next two days
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'nashville', 'toloc.city_name': 'san jose', 'depart_date.date_relative': 'next'}
|
i have two friends that would like to visit me on wednesday here in washington dc one of them lives in denver and the other lives in miami
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'fromloc.city_name': 'miami'}
|
how about arrivals for american in atlanta
|
[[FUNCTION]] get_flight {'airline_name': 'american', 'toloc.city_name': 'atlanta'}
|
what airlines fly between atlanta and san francisco
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco'}
|
show me the flights arriving in baltimore on june fifteenth leaving either from denver or dallas
|
[[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'arrive_date.month_name': 'june', 'arrive_date.day_number': 'fifteenth', 'fromloc.city_name': 'dallas', 'or': 'or'}
|
i want to fly from boston to dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'}
|
ground transportation philadelphia
|
[[FUNCTION]] get_ground_service {'city_name': 'philadelphia'}
|
show me flights from denver to philadelphia arriving after 2100
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'arrive_time.time_relative': 'after', 'arrive_time.time': '2100'}
|
i need a flight from st. petersburg to miami for thursday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'miami', 'depart_date.day_name': 'thursday'}
|
then list the flights from atlanta to philadelphia early wednesday morning nonstop
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia', 'depart_time.period_mod': 'early', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning', 'flight_stop': 'nonstop'}
|
can you list costs of denver rental cars
|
[[FUNCTION]] get_ground_fare {'city_name': 'denver', 'transport_type': 'rental cars'}
|
list the flights on wednesday from denver to washington arriving in washington between 1115 am and 1245 pm
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'denver', 'toloc.city_name': 'washington', 'arrive_time.start_time': '1115 am', 'arrive_time.end_time': '1245 pm'}
|
what airlines fly between san francisco and denver
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver'}
|
can you list all nonstop flights between st. petersburg and charlotte that leave in the afternoon and arrive soon after 5 pm
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte', 'arrive_time.period_of_day': 'afternoon', 'arrive_time.time_relative': 'after', 'arrive_time.time': '5 pm'}
|
now i 'd like to see flights from detroit to st. petersburg on the next tuesday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. petersburg', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday'}
|
flights from cincinnati to dallas departing after 718 am
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'dallas', 'depart_time.time_relative': 'after', 'depart_time.time': '718 am'}
|
how about flights leaving san francisco and arriving in boston for any day
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
|
i would like information on twa flights from washington to philadelphia
|
[[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'washington', 'toloc.city_name': 'philadelphia'}
|
okay can you tell me the earliest flight which leaves from philadelphia to dallas
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'}
|
what is restriction ap 55
|
[[FUNCTION]] get_abbreviation {'restriction_code': 'ap 55'}
|
what ground transportation is there in oakland
|
[[FUNCTION]] get_ground_service {'city_name': 'oakland'}
|
newark to cleveland
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'cleveland'}
|
what 's the cheapest flight from denver to pittsburgh for both one way and round trip flights
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'round_trip': 'round trip'}
|
can you show me what flights are available on december sixteen going from oakland to dallas
|
[[FUNCTION]] get_flight {'depart_date.month_name': 'december', 'depart_date.day_number': 'sixteen', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'dallas'}
|
how can i go from minneapolis to long beach late tomorrow
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'long beach', 'depart_time.period_mod': 'late', 'depart_date.today_relative': 'tomorrow'}
|
please show me flights from pittsburgh to boston on saturday morning after 8 am
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning', 'depart_time.time_relative': 'after', 'depart_time.time': '8 am'}
|
show me all prices of economy from baltimore to dallas
|
[[FUNCTION]] get_airfare {'economy': 'economy', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
|
what flights are available on dl from dallas to atlanta on monday morning
|
[[FUNCTION]] get_flight {'airline_code': 'dl', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}
|
i would like to fly from boston to baltimore
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore'}
|
what are the evening flights from atlanta to baltimore
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'}
|
can i get a rental car in dallas
|
[[FUNCTION]] get_ground_service {'transport_type': 'rental car', 'city_name': 'dallas'}
|
what flights stop in atlanta before noon
|
[[FUNCTION]] get_flight {'stoploc.city_name': 'atlanta', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'}
|
what are the flights from dallas to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'philadelphia'}
|
what 's the earliest flight from atlanta to boston
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
|
what is ewr
|
[[FUNCTION]] get_abbreviation {'airport_code': 'ewr'}
|
sure i 'd like to determine what aircraft are use on july seventh leaving from boston and arriving in atlanta on july seventh
|
[[FUNCTION]] get_aircraft {'depart_date.month_name': 'july', 'depart_date.day_number': 'seventh', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'arrive_date.month_name': 'july', 'arrive_date.day_number': 'seventh'}
|
flights from denver to chicago on sunday on continental
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'chicago', 'depart_date.day_name': 'sunday', 'airline_name': 'continental'}
|
i need to fly from nashville to tacoma first thing in the morning what is there
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'tacoma', 'flight_mod': 'first', 'depart_time.period_of_day': 'morning'}
|
i need a flight from philadelphia to denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver'}
|
okay i 'd like a flight on us air from indianapolis to san diego in the afternoon what 's available
|
[[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'san diego', 'depart_time.period_of_day': 'afternoon'}
|
what is the fare going from baltimore to boston one way on november seventh
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'boston', 'round_trip': 'one way', 'depart_date.month_name': 'november', 'depart_date.day_number': 'seventh'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.