input
stringlengths
6
259
output
stringlengths
26
381
tell me about ground transportation between orlando international and orlando
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'orlando international', 'toloc.city_name': 'orlando'}
what flights are there from charlotte to baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'baltimore'}
is there a direct flight from atlanta to philadelphia that arrives in philadelphia around 12 noon
[[FUNCTION]] get_flight {'connect': 'direct', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia', 'arrive_time.time_relative': 'around', 'arrive_time.time': '12 noon'}
i need to go from boston to atlanta in the same day find me the earliest flight from boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_date.date_relative': 'same', 'flight_mod': 'earliest'}
which airlines go from san francisco to washington by way of indianapolis
[[FUNCTION]] get_airline {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington', 'stoploc.city_name': 'indianapolis'}
american airlines leaving phoenix
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'phoenix'}
i am also interested in a flight that runs from st. louis to las vegas
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. louis', 'toloc.city_name': 'las vegas'}
list all nonstop flights on wednesday from baltimore to newark before noon
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'arrive_date.day_name': 'wednesday', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon'}
what are the flights from kansas city to burbank on saturday may twenty two on southwest
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'burbank', 'depart_date.day_name': 'saturday', 'depart_date.month_name': 'may', 'depart_date.day_number': 'twenty two', 'airline_name': 'southwest'}
show me fares from miami to new york
[[FUNCTION]] get_airfare {'fromloc.city_name': 'miami', 'toloc.city_name': 'new york'}
what flights from las vegas to san diego
[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'san diego'}
what is fare code h
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'h'}
show me flights from baltimore to philadelphia arriving after 2100
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia', 'arrive_time.time_relative': 'after', 'arrive_time.time': '2100'}
do you have a flight from san francisco to atlanta around 8 am
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'around', 'depart_time.time': '8 am'}
do you have an american airlines flight from denver to san francisco in the early morning
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_time.period_of_day': 'morning'}
show flights from pittsburgh into san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
what flights from chicago to kansas city in the morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'kansas city', 'depart_time.period_of_day': 'morning'}
requesting flight information from boston to denver on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.day_name': 'wednesday'}
what are the flights from denver to baltimore on august tenth
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'august', 'depart_date.day_number': 'tenth'}
list all american airlines flight from milwaukee to phoenix on sunday
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'sunday'}
show me the flights from cincinnati to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'denver'}
could you tell me what the abbreviation us stands for
[[FUNCTION]] get_abbreviation {'airline_code': 'us'}
is ground transportation available in philadelphia
[[FUNCTION]] get_ground_service {'city_name': 'philadelphia'}
find a transcontinental flight on american airlines from boston to san francisco that makes a stopover in denver
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
list all flights from denver to philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
what 's the lowest round trip fare from dallas to baltimore
[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'round_trip': 'round trip', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
show me the airlines for flights to or from love field
[[FUNCTION]] get_airline {'fromloc.airport_name': 'love field'}
american airlines from phoenix to denver
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'denver'}
hello i would like to plan a flight from boston to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
all flights to baltimore after 6 pm
[[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}
what is fare code f
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'f'}
what flights from boston to pittsburgh after 723 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_time.time_relative': 'after', 'depart_time.time': '723 pm'}
how many flights does continental airlines have with a class of service code f
[[FUNCTION]] get_quantity {'airline_name': 'continental airlines', 'fare_basis_code': 'f'}
i 'd like information on flights between philadelphia and san francisco with a stop in dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'}
show me the flights
[[FUNCTION]] get_flight {}
show me the qx fare flights between atlanta and oakland on delta airlines
[[FUNCTION]] get_flight {'fare_basis_code': 'qx fare', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'oakland', 'airline_name': 'delta airlines'}
what ground transportation is available in san francisco
[[FUNCTION]] get_ground_service {'city_name': 'san francisco'}
show me the flights out of love field
[[FUNCTION]] get_flight {'fromloc.airport_name': 'love field'}
i 'd like an early flight tomorrow from columbus to nashville
[[FUNCTION]] get_flight {'flight_mod': 'early', 'depart_date.today_relative': 'tomorrow', 'fromloc.city_name': 'columbus', 'toloc.city_name': 'nashville'}
what ground transportation is there in atlanta
[[FUNCTION]] get_ground_service {'city_name': 'atlanta'}
is there a flight from denver to san francisco on continental airlines leaving after 12 o'clock in the afternoon
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'airline_name': 'continental airlines', 'depart_time.time_relative': 'after', 'depart_time.time': "12 o'clock", 'depart_time.period_of_day': 'afternoon'}
show me the cheapest fare in the database
[[FUNCTION]] get_cheapest {'cost_relative': 'cheapest'}
show me the flights from tacoma to miami after 6 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'tacoma', 'toloc.city_name': 'miami', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}
please give me the cheapest flight from denver to pittsburgh
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
give me a flight from baltimore to newark that arrives as early as possible
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark'}
what 's the lowest round trip fare from denver to atlanta
[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'round_trip': 'round trip', 'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'}
how many cities are served by twa with first class flights
[[FUNCTION]] get_quantity {'airline_code': 'twa', 'class_type': 'first class'}
what is the cheapest one way fare from denver to pittsburgh
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
show me all the flights from philadelphia to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
show me us air flights from pittsburgh to san francisco first class on monday
[[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'class_type': 'first class', 'depart_date.day_name': 'monday'}
i would like to originate my flight in washington dc stop in denver with the destination city of san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'stoploc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
can you give me the latest flight from atlanta to denver on july seventh
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_date.month_name': 'july', 'depart_date.day_number': 'seventh'}
information on ground transportation from airport to downtown boston
[[FUNCTION]] get_ground_service {'toloc.city_name': 'boston'}
what is the earliest flight from atlanta to boston
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
on april fifteenth i would like an early morning flight from boston to atlanta
[[FUNCTION]] get_flight {'depart_date.month_name': 'april', 'depart_date.day_number': 'fifteenth', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
how do i get downtown from the toronto airport
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'toronto airport'}
what is delta 's schedule of morning flights to atlanta
[[FUNCTION]] get_flight_time {'airline_name': "delta 's", 'flight_time': 'schedule', 'depart_time.period_of_day': 'morning', 'toloc.city_name': 'atlanta'}
what 's the lowest round trip fare from denver to pittsburgh
[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'round_trip': 'round trip', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
list all flights on continental leaving denver on monday
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'denver', 'depart_date.day_name': 'monday'}
what is the earliest flight leaving boston and arriving in atlanta on november seventh
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'arrive_date.month_name': 'november', 'arrive_date.day_number': 'seventh'}
one way flights from ontario to tacoma leaving before 10 am on any day and first class
[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'ontario', 'toloc.city_name': 'tacoma', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am', 'class_type': 'first class'}
northwest flights with stops in denver
[[FUNCTION]] get_flight {'airline_name': 'northwest', 'stoploc.city_name': 'denver'}
show me the flights from washington dc to san francisco with a stopover in denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
i 'm flying from boston to dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'}
which airline has more business class flights than any other airline
[[FUNCTION]] get_airline {'mod': 'more', 'class_type': 'business class'}
i want to leave chicago next tuesday and arrive in detroit around 6 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday', 'toloc.city_name': 'detroit', 'arrive_time.time_relative': 'around', 'arrive_time.time': '6 pm'}
which airlines have connections between pittsburgh and baltimore
[[FUNCTION]] get_airline {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore'}
i 'd like to leave from boston on tuesday and i 'd like to leave sometime in the morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning'}
does american airlines flight from long beach to st. louis stopping in dallas serve lunch
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'long beach', 'toloc.city_name': 'st. louis', 'stoploc.city_name': 'dallas', 'meal_description': 'lunch'}
of the flights available from dallas to baltimore on august third which airline has the least expensive flight
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'august', 'depart_date.day_number': 'third', 'cost_relative': 'least expensive'}
thanks and what 's the last flight back from washington to boston
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'washington', 'toloc.city_name': 'boston'}
which delta flights fly from boston to philadelphia
[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
show me the flights from boston to oakland
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
bring up flights from milwaukee to orlando on wednesday night or thursday morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning', 'or': 'or'}
flight from long beach to columbus on twenty seventh
[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'columbus', 'depart_date.day_number': 'twenty seventh'}
what flights leave seattle on sunday on continental
[[FUNCTION]] get_flight {'fromloc.city_name': 'seattle', 'depart_date.day_name': 'sunday', 'airline_name': 'continental'}
what flights go from san francisco to boston and leave after 1 o'clock
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_time.time_relative': 'after', 'depart_time.time': "1 o'clock"}
show me the flights from denver to philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
show morning flights from philadelphia to dallas
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'}
show me the ground transportation schedule in philadelphia in the morning on wednesday
[[FUNCTION]] get_ground_service {'city_name': 'philadelphia', 'period_of_day': 'morning', 'day_name': 'wednesday'}
what flights depart baltimore and arrive by 8 pm friday in san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'arrive_time.time_relative': 'by', 'arrive_time.time': '8 pm', 'arrive_date.day_name': 'friday', 'toloc.city_name': 'san francisco'}
all the flights from baltimore to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}
show me all flights from san francisco to boston on november tenth
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.month_name': 'november', 'depart_date.day_number': 'tenth'}
what time zone is denver in
[[FUNCTION]] get_city {'city_name': 'denver'}
what does us mean
[[FUNCTION]] get_abbreviation {'airline_code': 'us'}
show me all flights from milwaukee to orlando
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando'}
american flights to houston from cincinnati
[[FUNCTION]] get_flight {'airline_name': 'american', 'toloc.city_name': 'houston', 'fromloc.city_name': 'cincinnati'}
how can i get from boston to atlanta and back in the same day and have the most hours on the ground in atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'return_date.date_relative': 'day'}
are there any flights from denver to pittsburgh connecting in atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'connect': 'connecting', 'stoploc.city_name': 'atlanta'}
all do you have a flight from washington to boston that stops in philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'boston', 'stoploc.city_name': 'philadelphia'}
show me the flights on sunday from tampa to charlotte
[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte'}
what flights has continental from atlanta
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'atlanta'}
is there an american airlines flight in the evening from dallas to san francisco
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
what is american 's schedule of morning flights to atlanta
[[FUNCTION]] get_flight_time {'airline_name': "american 's", 'flight_time': 'schedule', 'depart_time.period_of_day': 'morning', 'toloc.city_name': 'atlanta'}
what is yyz
[[FUNCTION]] get_abbreviation {'airport_code': 'yyz'}
show me all flights that depart from san francisco and go to either boston philadelphia or baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'baltimore'}
list all daily flights between boston and oakland as well as boston and oakland using american airline
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'airline_name': 'american airline'}
could you please give me the cost of a round trip flight from denver to pittsburgh
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
show flights from pittsburgh to oakland connecting through denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'oakland', 'connect': 'connecting', 'stoploc.city_name': 'denver'}
i like to see the information for flights from pittsburgh to san francisco leaving pittsburgh after 12 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': '12 pm'}