input
stringlengths
6
259
output
stringlengths
26
381
what is the latest us air flight leaving philadelphia and returning to boston
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'airline_name': 'us air', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston'}
what flights does us air have from san francisco to pittsburgh on tuesday
[[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'tuesday'}
can i fly from boston to baltimore washington
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'}
what is mco
[[FUNCTION]] get_abbreviation {'airport_code': 'mco'}
flights from las vegas to phoenix
[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'phoenix'}
i would like to leave around 7 o'clock in the morning
[[FUNCTION]] get_flight {'depart_time.time_relative': 'around', 'depart_time.time': "7 o'clock", 'depart_time.period_of_day': 'morning'}
show me fares from baltimore to philadelphia
[[FUNCTION]] get_airfare {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
flights from memphis to seattle
[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'seattle'}
please show me flights from pittsburgh to atlanta on wednesday morning serving breakfast
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning', 'meal_description': 'breakfast'}
flights from atlanta august second
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'depart_date.month_name': 'august', 'depart_date.day_number': 'second'}
does american airlines fly from atlanta to philadelphia
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia'}
yes i 'd like a flight from long beach to st. louis by way of dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'st. louis', 'stoploc.city_name': 'dallas'}
i 'd like to know if you have any flights from denver to philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
what are the cheapest one way flights from atlanta to denver
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'}
what is the first flight after 12 noon from washington for denver
[[FUNCTION]] get_flight {'flight_mod': 'first', 'depart_time.time_relative': 'after', 'depart_time.time': '12 noon', 'fromloc.city_name': 'washington', 'toloc.city_name': 'denver'}
how many delta flights leave from washington
[[FUNCTION]] get_quantity {'airline_name': 'delta', 'fromloc.city_name': 'washington'}
now list for me only the united flights that flight from oakland to boston
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston'}
from philadelphia to toronto
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'toronto'}
i am interested in a flight on american airlines from dallas to washington
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'washington'}
what airplane types fly from pittsburgh to baltimore
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore'}
what is the yn code
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'yn'}
i would like the earliest morning flight from atlanta to philadelphia on wednesday morning
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'wednesday'}
how many seats in a 100
[[FUNCTION]] get_capacity {'aircraft_code': '100'}
may i have a listing of flights from long beach to columbus ohio on tuesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'columbus', 'toloc.state_name': 'ohio', 'depart_date.day_name': 'tuesday'}
what flights leave from phoenix to nashville on american airlines
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'nashville', 'airline_name': 'american airlines'}
show me all round trips from new york to miami leaving on tuesday
[[FUNCTION]] get_flight {'round_trip': 'round trips', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'depart_date.day_name': 'tuesday'}
list all nonstop flights on sunday from tampa to charlotte
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'arrive_date.day_name': 'sunday', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte'}
list all flights from burbank to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'burbank', 'toloc.city_name': 'denver'}
what are the round trip fares for flights from denver to philadelphia arriving after 1700 on continental
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'arrive_time.time_relative': 'after', 'arrive_time.time': '1700', 'airline_name': 'continental'}
i 'd like to see flights from baltimore to atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta'}
please show me the flights from las vegas to detroit on the twenty eighth
[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'detroit', 'depart_date.day_number': 'twenty eighth'}
what is ord
[[FUNCTION]] get_abbreviation {'airport_code': 'ord'}
what type of ground transportation is available between the airport and downtown san francisco
[[FUNCTION]] get_ground_service {'toloc.city_name': 'san francisco'}
is the american flight 813 from boston to oakland a nonstop flight
[[FUNCTION]] get_flight {'airline_name': 'american', 'flight_number': '813', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'flight_stop': 'nonstop'}
give me the flights from washington dc to philadelphia for december second
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'philadelphia', 'depart_date.month_name': 'december', 'depart_date.day_number': 'second'}
show all connecting flights from pittsburgh to oakland
[[FUNCTION]] get_flight {'connect': 'connecting', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'oakland'}
list daily flights from boston to oakland using twa
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'airline_code': 'twa'}
i would like the least expensive airfare flight on sunday to pittsburgh from san francisco
[[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'depart_date.day_name': 'sunday', 'toloc.city_name': 'pittsburgh', 'fromloc.city_name': 'san francisco'}
i need a flight from san diego to indianapolis leaving in the afternoon on tuesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'indianapolis', 'depart_time.period_of_day': 'afternoon', 'depart_date.day_name': 'tuesday'}
can you give me the evening flight on wednesday from washington to atlanta again
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'washington', 'toloc.city_name': 'atlanta'}
i would like to book a flight from los angeles to pittsburgh on june first
[[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'june', 'depart_date.day_number': 'first'}
what flights from atlanta to washington
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington'}
show me all flights direct only from boston to san francisco or oakland that arrive before 10 am local time
[[FUNCTION]] get_flight {'connect': 'direct', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'or': 'or', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'time'}
first class round trip airfare from indianapolis to memphis
[[FUNCTION]] get_airfare {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis'}
flights from cincinnati to denver on american airlines
[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'denver', 'airline_name': 'american airlines'}
list all flights on continental leaving denver on sunday after 2134
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'denver', 'depart_date.day_name': 'sunday', 'depart_time.time_relative': 'after', 'depart_time.time': '2134'}
show me all flights from charlotte
[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte'}
show me all nationair flights from toronto
[[FUNCTION]] get_flight {'airline_name': 'nationair', 'fromloc.city_name': 'toronto'}
what are the fares from newark to la monday and wednesday
[[FUNCTION]] get_airfare {'fromloc.city_name': 'newark', 'toloc.city_name': 'la', 'depart_date.day_name': 'wednesday'}
show me flights from denver to atlanta on june sixteenth
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'depart_date.month_name': 'june', 'depart_date.day_number': 'sixteenth'}
please show me round trip tickets from denver to oakland
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'}
list all flights on united from san francisco to boston with fare code qx
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'fare_basis_code': 'qx'}
how many flights does twa have in business class
[[FUNCTION]] get_quantity {'airline_code': 'twa', 'class_type': 'business class'}
list all flights going from boston to atlanta after 6 o'clock on wednesday and before 7 o'clock am on thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'before', 'depart_time.time': "7 o'clock am", 'depart_date.day_name': 'thursday'}
show me the flights to love field
[[FUNCTION]] get_flight {'toloc.airport_name': 'love field'}
show me flights from pittsburgh to philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'}
show me the flights from philadelphia to atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'atlanta'}
philadelphia to dallas arriving before 1 in the afternoon
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'arrive_time.time_relative': 'before', 'arrive_time.time': '1', 'arrive_time.period_of_day': 'afternoon'}
i need a flight from tampa to montreal
[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'montreal'}
please give me flights leaving san francisco and going to pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh'}
what do you have from philadelphia to dallas on saturday morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning'}
flight leaving from oakland to salt lake city
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}
tell me about flights on american airlines from dallas fort worth to philadelphia on june twenty ninth
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'dallas fort worth', 'toloc.city_name': 'philadelphia', 'depart_date.month_name': 'june', 'depart_date.day_number': 'twenty ninth'}
list all flights from boston to san francisco with the maximum number of stops
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'flight_stop': 'maximum number of stops'}
are there any flights from atlanta to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'}
what are the flights dallas to boston on monday morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}
show me flights leaving from denver colorado to pittsburgh pennsylvania on wednesdays after 5 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'fromloc.state_name': 'colorado', 'toloc.city_name': 'pittsburgh', 'toloc.state_name': 'pennsylvania', 'depart_date.day_name': 'wednesdays', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}
i need flight information between atlanta and boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
what are my choices of flights from las vegas to new york
[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'new york'}
what is the cheapest flight from boston to san francisco
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
on continental airlines any class service from san francisco to pittsburgh
[[FUNCTION]] get_flight {'airline_name': 'continental airlines', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh'}
find the cheapest flight from denver to atlanta with a stopover in pittsburgh
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'stoploc.city_name': 'pittsburgh'}
what are the lowest one way fares from atlanta to denver
[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'round_trip': 'one way', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'}
are there any flights from boston to san francisco stopping in denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
flights from kansas city to cleveland on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'cleveland', 'depart_date.day_name': 'wednesday'}
how much is a round trip fare from memphis to seattle
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'memphis', 'toloc.city_name': 'seattle'}
show me the flights into love field
[[FUNCTION]] get_flight {'toloc.airport_name': 'love field'}
i 'd like to fly from philadelphia to dallas through atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.city_name': 'atlanta'}
information on flights from pittsburgh to philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'}
what flights does american airlines fly from philadelphia to dallas
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'}
i want to travel from kansas city to chicago round trip leaving wednesday june sixteenth arriving in chicago at around 7 o'clock in the evening and returning the next day arriving in kansas city at around 7 o'clock in the evening which airlines fly that route
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'kansas city', 'round_trip': 'round trip', 'depart_date.day_name': 'wednesday', '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', 'return_date.date_relative': 'next'}
i would like the time of all flights from san francisco to pittsburgh on sunday
[[FUNCTION]] get_flight_time {'flight_time': 'time', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'sunday'}
show me ground transportation in dallas please
[[FUNCTION]] get_ground_service {'city_name': 'dallas'}
are there any nonstop flights leaving from denver arriving in baltimore on july seventh
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'arrive_date.month_name': 'july', 'arrive_date.day_number': 'seventh'}
how much does dl 746 cost
[[FUNCTION]] get_airfare {'airline_code': 'dl', 'flight_number': '746'}
what is the earliest flight from boston to san francisco on american airlines
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'airline_name': 'american airlines'}
please list ground transport in san francisco
[[FUNCTION]] get_ground_service {'city_name': 'san francisco'}
i need a flight from ontario to los angeles on a thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'thursday'}
show me flights from all airports to love field
[[FUNCTION]] get_flight {'toloc.airport_name': 'love field'}
list the flights from pittsburgh to san francisco on thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'thursday'}
what flights are available from denver to baltimore first class on united airlines arriving may seventh before noon
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'class_type': 'first class', 'airline_name': 'united airlines', 'arrive_date.month_name': 'may', 'arrive_date.day_number': 'seventh', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon'}
which airlines are represented in the database
[[FUNCTION]] get_airline {}
which flight between pittsburgh and baltimore on july nineteenth has the smallest seating capacity
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'july', 'depart_date.day_number': 'nineteenth', 'mod': 'smallest'}
list all trans world airline flights from indianapolis to houston that arrive in houston between 1030 am and 1130 am
[[FUNCTION]] get_flight {'airline_name': 'trans world airline', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'houston', 'arrive_time.start_time': '1030 am', 'arrive_time.end_time': '1130 am'}
what flights are there from new york city to las vegas
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york city', 'toloc.city_name': 'las vegas'}
is there ground transportation from san diego airport to the downtown area
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'san diego airport'}
shortest morning flights from cincinnati to tampa
[[FUNCTION]] get_flight {'flight_mod': 'shortest', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'tampa'}
what 's the last flight from houston to dallas
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'houston', 'toloc.city_name': 'dallas'}
is there a flight from charlotte to newark on tuesday evening
[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'newark', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'evening'}
what is airline us
[[FUNCTION]] get_airline {'airline_code': 'us'}