input
stringlengths
6
259
output
stringlengths
26
381
i 'd like a twa flight from las vegas to new york nonstop
[[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'new york', 'flight_stop': 'nonstop'}
what is the number of first class flights on american airlines
[[FUNCTION]] get_flight_no {'class_type': 'first class', 'airline_name': 'american airlines'}
i would like to see all flights from denver to philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
boston to pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
all flights from washington dc to san francisco on november twelfth
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'november', 'depart_date.day_number': 'twelfth'}
what kind of ground transportation is available in las vegas
[[FUNCTION]] get_ground_service {'city_name': 'las vegas'}
show me the evening flights from philadelphia to baltimore
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'baltimore'}
how much does it cost to fly directly from philadelphia to san francisco on american airlines
[[FUNCTION]] get_airfare {'flight_stop': 'directly', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'airline_name': 'american airlines'}
please list the flight times from newark to boston
[[FUNCTION]] get_flight_time {'flight_time': 'flight times', 'fromloc.city_name': 'newark', 'toloc.city_name': 'boston'}
what flights does delta have between boston and san francisco
[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
give me the flights from san francisco to washington dc for december first
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.month_name': 'december', 'depart_date.day_number': 'first'}
i would like information on flights leaving atlanta and arriving in dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas'}
please show me the flights from washington dc to san francisco california
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco', 'toloc.state_name': 'california'}
what flights from seattle to salt lake city
[[FUNCTION]] get_flight {'fromloc.city_name': 'seattle', 'toloc.city_name': 'salt lake city'}
flights from montreal and phoenix to las vegas arriving at the same time
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'las vegas'}
show me flights from milwaukee to orlando on wednesday evening or thursday mornings
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'mornings', 'or': 'or'}
list the nonstop flights from miami to washington dc
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'miami', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
can you list all flights departing from toronto and landing in san diego with a stopover in denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'stoploc.city_name': 'denver'}
give me the flights on tuesday from los angeles to pittsburgh
[[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh'}
i need to reverse the flight from pittsburgh to denver please
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'}
i am looking to get one air fare from baltimore to san francisco on a 747 leaving august twenty seventh
[[FUNCTION]] get_airfare {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'aircraft_code': '747', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh'}
could you give me a flight between pittsburgh and philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'}
ground san francisco
[[FUNCTION]] get_ground_service {'city_name': 'san francisco'}
i would like to see the daily flights from baltimore to philadelphia
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
all northwest and united airlines flights with stopovers in denver
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'stoploc.city_name': 'denver'}
what 's the difference between fare code q and fare code b
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'b'}
list nonstop flights from san francisco to oakland that depart in the afternoon
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'oakland', 'arrive_time.period_of_day': 'afternoon'}
flights from phoenix to milwaukee
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee'}
give me all the flights from miami to chicago on american airlines
[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'chicago', 'airline_name': 'american airlines'}
please list the morning flights from philadelphia to toronto
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'toronto'}
how many fare codes belong to economy class
[[FUNCTION]] get_quantity {'economy': 'economy class'}
is there a flight on american airlines going from boston to san francisco on june twenty eighth
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'june', 'depart_date.day_number': 'twenty eighth'}
i want to fly from atlanta to philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia'}
early morning flights between cincinnati and tampa
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'tampa'}
on april eighth i would like to book a flight from charlotte to baltimore
[[FUNCTION]] get_flight {'depart_date.month_name': 'april', 'depart_date.day_number': 'eighth', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'baltimore'}
what afternoon flights are available between denver and dallas fort worth
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'denver', 'toloc.city_name': 'dallas fort worth'}
please list the flights from new york to miami on a tuesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'depart_date.day_name': 'tuesday'}
what is the latest flight from philadelphia to boston
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston'}
list all flights from boston to atlanta after 6 o'clock pm on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'after', 'depart_time.time': "6 o'clock pm", 'depart_date.day_name': 'wednesday'}
list nonstop flights from baltimore washington to oakland that arrive between 445 and 515 pm
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'washington', 'toloc.city_name': 'oakland', 'arrive_time.start_time': '445', 'arrive_time.end_time': '515 pm'}
what is the earliest flight leaving from boston going to atlanta
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
what kinds of planes are used by midway airlines
[[FUNCTION]] get_aircraft {'airline_name': 'midway airlines'}
i need to fly from boston to denver this monday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.day_name': 'monday'}
i would like information on flights from oakland california to dallas leaving on sunday morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'fromloc.state_name': 'california', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'morning'}
what flights leave from boston to pittsburgh in the morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_time.period_of_day': 'morning'}
do any of the continental flights from boston to san francisco stop in denver
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
i 'd like to see all the economy fares from baltimore to philadelphia
[[FUNCTION]] get_airfare {'economy': 'economy', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
what nonstop flights between boston and washington arrive after 5 o'clock pm
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'arrive_time.time_relative': 'after', 'arrive_time.time': "5 o'clock pm"}
ground transportation in denver
[[FUNCTION]] get_ground_service {'city_name': 'denver'}
please show me flights from boston to denver with a stopover in philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'stoploc.city_name': 'philadelphia'}
what 's the fare for delta flight 217 from dallas to san francisco
[[FUNCTION]] get_airfare {'airline_name': 'delta', 'flight_number': '217', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
i 'd like to see all flights from baltimore to philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
what flights go from newark to boston after 5 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'boston', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}
what flights are there from boston to dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'}
do you have a flight from atlanta to charlotte north carolina next monday
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'charlotte', 'toloc.state_name': 'north carolina', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'monday'}
from san francisco to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver'}
what flights go from atlanta to washington dc on thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'thursday'}
please arrange a flight for me from denver to san francisco on us air
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'airline_name': 'us air'}
show me flights from dallas to atlanta on tuesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'tuesday'}
what is the least expensive airfare between boston and baltimore
[[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore'}
need a flight from pittsburgh to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'}
what is the first class fare from baltimore to dallas
[[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
what does the airline code dl stand for
[[FUNCTION]] get_airline {'airline_code': 'dl'}
show me the earliest flight from cleveland to memphis
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'cleveland', 'toloc.city_name': 'memphis'}
do you have any flights from pittsburgh to boston on wednesday of next week in the morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday', 'depart_date.date_relative': 'next', 'depart_time.period_of_day': 'morning'}
all flights from pittsburgh to philadelphia that arrive at 6 o'clock next tuesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia', 'arrive_time.time': "6 o'clock", 'arrive_date.date_relative': 'next', 'arrive_date.day_name': 'tuesday'}
please list the flights from kansas city to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'denver'}
please list the shortest one stop flight from ontario california to orlando florida
[[FUNCTION]] get_flight {'flight_mod': 'shortest', 'flight_stop': 'one stop', 'fromloc.city_name': 'ontario', 'fromloc.state_name': 'california', 'toloc.city_name': 'orlando', 'toloc.state_name': 'florida'}
i 'd like to find a nonstop flight from boston to atlanta that leaves sometime in the afternoon and arrives in atlanta before evening
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'arrive_time.period_of_day': 'afternoon', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'evening'}
give me the flights and fares on december twenty seventh from indianapolis to orlando
[[FUNCTION]] get_flight+airfare {'depart_date.month_name': 'december', 'depart_date.day_number': 'twenty seventh', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando'}
show me the flights from boston to baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore'}
show flights from pittsburgh to oakland
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'oakland'}
i need late flight wednesday from oakland to salt lake city
[[FUNCTION]] get_flight {'flight_mod': 'late', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}
what is the cost of a round trip ticket flying from boston to dallas dallas to oakland leaving july first
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'oakland', 'depart_date.month_name': 'july', 'depart_date.day_number': 'first'}
what are the classes of service for continental airlines
[[FUNCTION]] get_flight {'airline_name': 'continental airlines'}
all flights from montreal less than 150 dollars
[[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'cost_relative': 'less', 'fare_amount': '150 dollars'}
please show me all round trip flights from new york to miami
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'}
what airlines have nonstop early afternoon flights from boston to denver
[[FUNCTION]] get_airline {'flight_stop': 'nonstop', 'depart_time.period_of_day': 'early', 'arrive_time.period_of_day': 'afternoon', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
now please give me the latest flight tomorrow on twa from milwaukee to tacoma
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'depart_date.today_relative': 'tomorrow', 'airline_code': 'twa', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tacoma'}
what is the last flight from boston to atlanta
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
show me a list of flights from denver to baltimore on united for august third
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'airline_name': 'united', 'depart_date.month_name': 'august', 'depart_date.day_number': 'third'}
what flights arrive in seattle from on continental
[[FUNCTION]] get_flight {'toloc.city_name': 'seattle', 'airline_name': 'continental'}
show me all flights from san diego to new york using dc10
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'new york', 'aircraft_code': 'dc10'}
show me ground transportation in boston and in baltimore
[[FUNCTION]] get_ground_service {'city_name': 'baltimore'}
give me the flights from phoenix to milwaukee on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday'}
i would like a flight leaving from washington to boston at 110 pm on august twentieth
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'boston', 'depart_time.time': '110 pm', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twentieth'}
which airlines fly from boston to washington
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'}
show me the flights leaving charlotte to atlanta around 7 pm next tuesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'around', 'depart_time.time': '7 pm', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday'}
show me the flights that go from san diego to newark new jersey
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'newark', 'toloc.state_name': 'new jersey'}
show me round trip fares between san francisco and washington dc
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
what is the cheapest round trip coach flight between dallas and baltimore leaving august tenth
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'class_type': 'coach', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'august', 'depart_date.day_number': 'tenth'}
could you please show me all flights from milwaukee to montreal
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'montreal'}
what ground transportation is available in denver
[[FUNCTION]] get_ground_service {'city_name': 'denver'}
how many first class flights does united airlines have departing from boston today
[[FUNCTION]] get_quantity {'class_type': 'first class', 'airline_name': 'united airlines', 'fromloc.city_name': 'boston', 'depart_date.today_relative': 'today'}
what are the flights from san jose to nashville on thursday the twentieth
[[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'nashville', 'depart_date.day_name': 'thursday', 'depart_date.day_number': 'twentieth'}
show me a list of all the airlines that offer business class service
[[FUNCTION]] get_airline {'class_type': 'business class'}
show me about the ground transportation in boston
[[FUNCTION]] get_ground_service {'city_name': 'boston'}
what is the least expensive fare from baltimore to san francisco leaving on september thirtieth
[[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'september', 'depart_date.day_number': 'thirtieth'}
is there a flight from atlanta to san francisco which connects in dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco', 'connect': 'connects', 'stoploc.city_name': 'dallas'}
is there a flight from philadelphia to oakland with a stop in dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'oakland', 'stoploc.city_name': 'dallas'}