input
stringlengths
6
259
output
stringlengths
26
381
show me flights between denver and baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'}
give me the round trip coach fare from baltimore to dallas
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'class_type': 'coach', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
show me the latest flight to love field
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'toloc.airport_name': 'love field'}
what flights are available between baltimore and boston on august twelfth
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'boston', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twelfth'}
what is ewr
[[FUNCTION]] get_abbreviation {'airport_code': 'ewr'}
show me all flights from san francisco to pittsburgh on friday
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'friday'}
what are the flights from tacoma to san jose on wednesday the nineteenth
[[FUNCTION]] get_flight {'fromloc.city_name': 'tacoma', 'toloc.city_name': 'san jose', 'depart_date.day_name': 'wednesday', 'depart_date.day_number': 'nineteenth'}
and i 'll need ground transportation for tuesday july sixth to wednesday july seventh in san diego
[[FUNCTION]] get_ground_service {'day_name': 'wednesday', 'month_name': 'july', 'day_number': 'seventh', 'city_name': 'san diego'}
explain restriction ap 57
[[FUNCTION]] get_abbreviation {'restriction_code': 'ap 57'}
i would like the flight number and the time for the cheapest fare that is the least expensive first class fare from san francisco to pittsburgh leaving after 8 pm monday night
[[FUNCTION]] get_flight_no {'flight_time': 'time', 'cost_relative': 'least expensive', 'class_type': 'first class', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_time.time_relative': 'after', 'depart_time.time': '8 pm', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'night'}
i would like to fly to denver for under 500 dollars please show me the airfares between pittsburgh and denver
[[FUNCTION]] get_flight {'toloc.city_name': 'denver', 'cost_relative': 'under', 'fare_amount': '500 dollars', 'fromloc.city_name': 'pittsburgh'}
round trip fares from baltimore to philadelphia less than 1000 dollars or round trip fares from denver to philadelphia less than 1000 dollars or round trip fares from pittsburgh to philadelphia less than 1000 dollars
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia', 'cost_relative': 'less', 'fare_amount': '1000 dollars', 'or': 'or'}
please list the flights from washington dc to atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'atlanta'}
find travel arrangements for a round trip flight from dallas to pittsburgh
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'pittsburgh'}
list flights from montreal to washington with the lowest one way fares that leaves on saturday
[[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'toloc.city_name': 'washington', 'cost_relative': 'lowest', 'round_trip': 'one way', 'depart_date.day_name': 'saturday'}
what are the prices of the flights from atlanta to dallas in the morning
[[FUNCTION]] get_airfare {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas', 'depart_time.period_of_day': 'morning'}
i 'd like information on all the flights from san francisco to pittsburgh on tuesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'tuesday'}
can you tell me about ground transportation between the dallas airport and downtown dallas
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'dallas airport', 'toloc.city_name': 'dallas'}
i 'd like to go from st. paul to kansas city on friday with a meal
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. paul', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'friday', 'meal': 'meal'}
show me city served both by nationair and canadian airlines international
[[FUNCTION]] get_city {'airline_name': 'canadian airlines international'}
how many flights does eastern airlines have from boston to atlanta
[[FUNCTION]] get_quantity {'airline_name': 'eastern airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
what airport is at tampa
[[FUNCTION]] get_airport {'city_name': 'tampa'}
what does it cost to fly from boston to san francisco on united airlines flight 21
[[FUNCTION]] get_airfare {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'airline_name': 'united airlines', 'flight_number': '21'}
i want a flight from san diego to indianapolis that leaves tuesday afternoon
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'indianapolis', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'afternoon'}
morning flights from pittsburgh to atlanta on wednesday
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'wednesday'}
what flights leave from chicago to seattle on saturday
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'depart_date.day_name': 'saturday'}
list all flights going from boston to atlanta before 5 o'clock am on thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'before', 'depart_time.time': "5 o'clock am", 'depart_date.day_name': 'thursday'}
how much is a first class round trip from atlanta to san francisco
[[FUNCTION]] get_airfare {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco'}
i want to go from boston to atlanta on monday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'monday'}
what about flights from boston to san diego
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san diego'}
show me the flights from atlanta to baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'}
what 's the cheapest one way flight from oakland to washington dc
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
show me the flights from love field
[[FUNCTION]] get_flight {'fromloc.airport_name': 'love field'}
i need a nonstop flight from san diego to phoenix
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'san diego', 'toloc.city_name': 'phoenix'}
what flights are there from atlanta to oakland on thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'oakland', 'depart_date.day_name': 'thursday'}
what flights from kansas city to chicago arrive at chicago at 7 pm next wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'arrive_time.time': '7 pm', 'arrive_date.date_relative': 'next', 'arrive_date.day_name': 'wednesday'}
i would like to book a flight from chicago into seattle on june first on continental airlines
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'depart_date.month_name': 'june', 'depart_date.day_number': 'first', 'airline_name': 'continental airlines'}
what flights from las vegas to montreal on saturday
[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'montreal', 'depart_date.day_name': 'saturday'}
list all flights on continental from denver to chicago on sunday which depart after 934 pm
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'denver', 'toloc.city_name': 'chicago', 'depart_date.day_name': 'sunday', 'depart_time.time_relative': 'after', 'depart_time.time': '934 pm'}
what flights leave atlanta at about 3 in the afternoon and arrive in san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'depart_time.time_relative': 'about', 'depart_time.time': '3', 'depart_time.period_of_day': 'afternoon', 'toloc.city_name': 'san francisco'}
show me all flights from denver to pittsburgh which serve a meal for the day after tomorrow
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'meal': 'meal', 'depart_date.today_relative': 'the day after tomorrow'}
is there ground transportation from the atlanta airport to downtown atlanta
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'atlanta airport', 'toloc.city_name': 'atlanta'}
i am interested in booking an early morning flight from dallas into houston and returning in the late evening
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'houston', 'return_time.period_mod': 'late', 'return_time.period_of_day': 'evening'}
please give me fares from denver to philadelphia
[[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
i need the flights that leave denver after 7 pm next monday and fly to pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'depart_time.time_relative': 'after', 'depart_time.time': '7 pm', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'monday', 'toloc.city_name': 'pittsburgh'}
list all flights arriving at general mitchell international
[[FUNCTION]] get_flight {'toloc.airport_name': 'general mitchell international'}
information on ground transportation in denver
[[FUNCTION]] get_ground_service {'city_name': 'denver'}
how many flights come from denver to baltimore on july nineteenth
[[FUNCTION]] get_quantity {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'july', 'depart_date.day_number': 'nineteenth'}
list nonstop flights from los angeles to pittsburgh which arrive on monday after 5 pm
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh', 'arrive_date.day_name': 'monday', 'arrive_time.time_relative': 'after', 'arrive_time.time': '5 pm'}
pittsburgh to atlanta wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'wednesday'}
us air 269 leaving boston at 428 what is the arrival time in baltimore
[[FUNCTION]] get_flight {'airline_name': 'us air', 'flight_number': '269', 'fromloc.city_name': 'boston', 'depart_time.time': '428', 'flight_time': 'arrival time', 'toloc.city_name': 'baltimore'}
what airline is dl 98
[[FUNCTION]] get_airline {'airline_code': 'dl', 'flight_number': '98'}
what does the fare code f and fn mean
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'f'}
flight from boston to baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore'}
all flights and fares from denver to pittsburgh on us air number 1039 on a thursday
[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'airline_name': 'us air', 'flight_number': '1039', 'depart_date.day_name': 'thursday'}
which airlines fly from boston to san francisco
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
do you have a flight from charlotte to atlanta next tuesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'atlanta', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday'}
show me all the flights arriving around noon in washington dc from denver
[[FUNCTION]] get_flight {'arrive_time.time_relative': 'around', 'arrive_time.time': 'noon', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'fromloc.city_name': 'denver'}
i need to take ten people from phoenix to san diego please give me the flights during week days
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'san diego', 'flight_mod': 'during week days'}
please list any flight available leaving oakland california tuesday arriving philadelphia wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'fromloc.state_name': 'california', 'depart_date.day_name': 'tuesday', 'toloc.city_name': 'philadelphia', 'arrive_date.day_name': 'wednesday'}
show flights from new york city to las vegas
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york city', 'toloc.city_name': 'las vegas'}
which united airlines flights go through denver
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'stoploc.city_name': 'denver'}
what ground transportation is available into washington
[[FUNCTION]] get_ground_service {'city_name': 'washington'}
what cities are served by canadian airlines international
[[FUNCTION]] get_city {'airline_name': 'canadian airlines international'}
what round trip flights between atlanta and denver qualify for fare code qx
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'fare_basis_code': 'qx'}
what nonstop flights between atlanta and washington leave atlanta after 6 o'clock pm
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'atlanta', 'arrive_time.time_relative': 'after', 'arrive_time.time': "6 o'clock pm"}
all flights pittsburgh to baltimore on thursday arrival by 10 am
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'thursday', 'arrive_time.time_relative': 'by', 'arrive_time.time': '10 am'}
i want to arrive in detroit around 6 pm and i 'm leaving from chicago
[[FUNCTION]] get_flight {'toloc.city_name': 'detroit', 'arrive_time.time_relative': 'around', 'arrive_time.time': '6 pm', 'fromloc.city_name': 'chicago'}
what is the fare on november seventh going one way from dallas to san francisco
[[FUNCTION]] get_airfare {'depart_date.month_name': 'november', 'depart_date.day_number': 'seventh', 'round_trip': 'one way', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
which is the flight number for the us air flight from philadelphia to boston is it 279 or is it 137338
[[FUNCTION]] get_flight_no {'airline_name': 'us air', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston', 'flight_number': '137338', 'or': 'or'}
list all round trip fares from pittsburgh to washington dc
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
please show me flights from dallas to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'denver'}
what ground transportation is there in atlanta
[[FUNCTION]] get_ground_service {'city_name': 'atlanta'}
show the flights from san francisco to pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh'}
is there a flight between oakland and boston with a stopover in dallas fort worth on twa
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston', 'stoploc.city_name': 'dallas fort worth', 'airline_code': 'twa'}
is there ground transportation from the pittsburgh airport to downtown pittsburgh
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'pittsburgh airport', 'toloc.city_name': 'pittsburgh'}
is there a flight around 3 pm from charlotte to minneapolis
[[FUNCTION]] get_flight {'depart_time.time_relative': 'around', 'depart_time.time': '3 pm', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'minneapolis'}
what is the first flight that goes from atlanta to baltimore that serves breakfast
[[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore', 'meal_description': 'breakfast'}
what is the latest flight from boston to denver that serves a meal
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'meal': 'meal'}
flights from jfk or la guardia to cleveland
[[FUNCTION]] get_flight {'fromloc.airport_code': 'jfk', 'or': 'or', 'fromloc.airport_name': 'la guardia', 'toloc.city_name': 'cleveland'}
what does code y mean
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'y'}
does flight ua 270 from denver to philadelphia have a meal
[[FUNCTION]] get_flight {'airline_code': 'ua', 'flight_number': '270', 'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'meal': 'meal'}
list flights from atlanta to boston on wednesday afternoon
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'afternoon'}
flight information on january twenty third 1992 from denver to san francisco
[[FUNCTION]] get_flight {'depart_date.month_name': 'january', 'depart_date.day_number': 'twenty third', 'depart_date.year': '1992', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
do you have a delta flight to san francisco from denver on august thirtieth in the early morning
[[FUNCTION]] get_flight {'airline_name': 'delta', 'toloc.city_name': 'san francisco', 'fromloc.city_name': 'denver', 'depart_date.month_name': 'august', 'depart_date.day_number': 'thirtieth', 'depart_time.period_of_day': 'morning'}
i need information for flights leaving baltimore and arriving in atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta'}
show all flights philadelphia to dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'}
what does fare code m mean
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'm'}
what is the lowest fare from denver to pittsburgh
[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
round trip flights from salt lake city to cincinnati nonstop flights if possible
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'cincinnati', 'flight_stop': 'nonstop'}
i 'd like a twa flight from atlanta to pittsburgh with a stopover in fort worth dallas please
[[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'pittsburgh', 'stoploc.city_name': 'dallas'}
what time does twa depart from boston to go to san francisco
[[FUNCTION]] get_flight_time {'flight_time': 'time', 'airline_code': 'twa', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
give me the earliest flight tomorrow from st. petersburg to milwaukee on a airline other than twa
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'depart_date.today_relative': 'tomorrow', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'milwaukee', 'mod': 'other', 'airline_code': 'twa'}
what is the abbreviation d10
[[FUNCTION]] get_abbreviation {'aircraft_code': 'd10'}
newark to cleveland
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'cleveland'}
show me all flights from pittsburgh to philadelphia which arrive before 8 o'clock am on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia', 'arrive_time.time_relative': 'before', 'arrive_time.time': "8 o'clock am", 'arrive_date.day_name': 'wednesday'}
list the flights from dallas to san francisco on american airlines
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'airline_name': 'american airlines'}
what time does the earliest flight which goes from atlanta to denver leave
[[FUNCTION]] get_flight_time {'flight_time': 'time', 'flight_mod': 'earliest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'}
list types of aircraft that fly between boston and san francisco
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
show me the flights from boston to fort worth on the morning of july tenth 1991
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'fort worth', 'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'july', 'depart_date.day_number': 'tenth', 'depart_date.year': '1991'}