input
stringlengths
6
259
output
stringlengths
26
381
please list the wednesday american airline flights from milwaukee to san jose
[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'airline_name': 'american airline', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'san jose'}
i 'd like to leave atlanta in the afternoon and arrive in philadelphia at 5 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'depart_time.period_of_day': 'afternoon', 'toloc.city_name': 'philadelphia', 'arrive_time.time': '5 pm'}
is there a flight from baltimore to san francisco with a stop in denver on twa
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver', 'airline_code': 'twa'}
what are my meal options from boston to denver
[[FUNCTION]] get_meal {'meal': 'meal', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
i 'd like to go from boston to pittsburgh to find the cheapest flight
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'cost_relative': 'cheapest'}
do you have a united flight from boston to washington
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'}
is there ground transportation from the dallas airport to downtown dallas
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'dallas airport', 'toloc.city_name': 'dallas'}
show me all flights and fares from denver to san francisco
[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
all flights from miami to new york
[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'new york'}
list possible round trip daily flights between boston and oakland
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'flight_days': 'daily', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
what does ewr mean
[[FUNCTION]] get_abbreviation {'airport_code': 'ewr'}
list the cheapest round trip flights from orlando to kansas city
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'orlando', 'toloc.city_name': 'kansas city'}
can you list all flights from toronto to san diego
[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'}
what ground transportation can i take into boston
[[FUNCTION]] get_ground_service {'city_name': 'boston'}
information on american airlines from washington to fort worth
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'washington', 'toloc.city_name': 'fort worth'}
what is your earliest flight from boston to washington on august twenty seventh
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh'}
list round trip flights from orlando to kansas city
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'orlando', 'toloc.city_name': 'kansas city'}
i would like the time of your earliest flight in the morning from philadelphia to washington on american airlines
[[FUNCTION]] get_flight_time {'flight_time': 'time', 'flight_mod': 'earliest', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'washington', 'airline_name': 'american airlines'}
please tell me the flights between boston and philadelphia next thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'thursday'}
show me all the flights from denver and all the flights from miami that arrive at baltimore around noon
[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'baltimore', 'arrive_time.time_relative': 'around', 'arrive_time.time': 'noon'}
show me the airlines between boston and denver
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
which airlines fly from boston to washington dc via other cities
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
i need to know a list of flights from atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta'}
can i take a single airline from la to charlotte to newark back to la
[[FUNCTION]] get_airline {'fromloc.city_name': 'la', 'toloc.city_name': 'newark'}
which airlines serve pittsburgh
[[FUNCTION]] get_airline {'city_name': 'pittsburgh'}
is there transportation from the atlanta airport to downtown atlanta
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'atlanta airport', 'toloc.city_name': 'atlanta'}
show me the airlines that fly from toronto to boston
[[FUNCTION]] get_airline {'fromloc.city_name': 'toronto', 'toloc.city_name': 'boston'}
show me the flights that go from san diego to newark by way of houston
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'newark', 'stoploc.city_name': 'houston'}
give me the flights with the fares on december twenty seventh from indianapolis to orlando
[[FUNCTION]] get_flight {'depart_date.month_name': 'december', 'depart_date.day_number': 'twenty seventh', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando'}
i 'd like a return flight from baltimore to boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'boston'}
i need a flight from san francisco to pittsburgh and then pittsburgh to new york and new york to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'san francisco'}
what is the last flight to atlanta from baltimore
[[FUNCTION]] get_flight {'flight_mod': 'last', 'toloc.city_name': 'atlanta', 'fromloc.city_name': 'baltimore'}
on july twenty third an early flight on american from philadelphia to san francisco
[[FUNCTION]] get_flight {'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty third', 'flight_mod': 'early', 'airline_name': 'american', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
show me all flights on southwest airlines from san diego to san francisco
[[FUNCTION]] get_flight {'airline_name': 'southwest airlines', 'fromloc.city_name': 'san diego', 'toloc.city_name': 'san francisco'}
could you please show me all the weekday flights between denver and dallas
[[FUNCTION]] get_flight {'flight_mod': 'weekday', 'fromloc.city_name': 'denver', 'toloc.city_name': 'dallas'}
list all daily flights between oakland and boston using american airline
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston', 'airline_name': 'american airline'}
list all the flights from atlanta to philadelphia on august the first
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia', 'depart_date.month_name': 'august', 'depart_date.day_number': 'first'}
list types of aircraft that connect boston and san francisco
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
i need a flight from philadelphia to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver'}
what 's restriction ap68
[[FUNCTION]] get_restriction {'restriction_code': 'ap68'}
show me the first class fares from baltimore to dallas
[[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
i would like to fly on american airlines from baltimore to san francisco
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}
american flight 4400 from cincinnati to houston
[[FUNCTION]] get_flight {'airline_name': 'american', 'flight_number': '4400', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'houston'}
i need a flight from new york city to montreal thursday may six
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york city', 'toloc.city_name': 'montreal', 'depart_date.day_name': 'thursday', 'depart_date.month_name': 'may', 'depart_date.day_number': 'six'}
i would like to book a flight on june first from los angeles to pittsburgh in the late afternoon
[[FUNCTION]] get_flight {'depart_date.month_name': 'june', 'depart_date.day_number': 'first', 'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh', 'depart_time.period_of_day': 'late afternoon'}
first i 'd like to fly from philadelphia to dallas and fly from dallas to san francisco
[[FUNCTION]] get_flight {'class_type': 'first', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
show me flights from new york to miami
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'}
show me the flights leaving from love field
[[FUNCTION]] get_flight {'fromloc.airport_name': 'love field'}
i 'd like to buy a coach class ticket for a flight from denver to atlanta
[[FUNCTION]] get_airfare {'class_type': 'coach class', 'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'}
i would like a flight from philadelphia to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
what are all flights from san francisco to philadelphia with stops in pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'philadelphia', 'stoploc.city_name': 'pittsburgh'}
how much is an economy ticket from washington to san francisco on september thirtieth
[[FUNCTION]] get_airfare {'economy': 'economy', 'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'september', 'depart_date.day_number': 'thirtieth'}
flights between baltimore and washington dc
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
what is the fare going from boston to dallas fort worth one way on november seventh
[[FUNCTION]] get_airfare {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas fort worth', 'round_trip': 'one way', 'depart_date.month_name': 'november', 'depart_date.day_number': 'seventh'}
show me all flights from phoenix to milwaukee next wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday'}
please list the flights from toronto to washington dc
[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
all flights leaving washington dc to san francisco that are first class
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco', 'class_type': 'first class'}
i want to know the cheapest way to fly from denver to oakland
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'}
show me flights from boston to denver early am on tuesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_time.period_mod': 'early', 'depart_time.period_of_day': 'am', 'depart_date.day_name': 'tuesday'}
show me all flights from new york to miami on a tuesday with round trip fares under 932 dollars
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'depart_date.day_name': 'tuesday', 'round_trip': 'round trip', 'cost_relative': 'under', 'fare_amount': '932 dollars'}
i 'd like information on a flight from denver to san francisco on united air
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'airline_name': 'united'}
show me the flights from atlanta to denver on monday
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_date.day_name': 'monday'}
show me the flights from boston to pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
what flights are there tomorrow from tacoma to san jose
[[FUNCTION]] get_flight {'depart_date.today_relative': 'tomorrow', 'fromloc.city_name': 'tacoma', 'toloc.city_name': 'san jose'}
show me the cheapest flights from dallas to baltimore
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
show me the flights from philadelphia to baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'baltimore'}
list all the airlines that service denver
[[FUNCTION]] get_airline {'city_name': 'denver'}
what is the cost of limousine service at logan airport
[[FUNCTION]] get_ground_fare {'transport_type': 'limousine', 'airport_name': 'logan airport'}
what flights between dfw and oakland arrive in oakland between 1133 am and 43 pm
[[FUNCTION]] get_flight {'fromloc.airport_code': 'dfw', 'toloc.city_name': 'oakland', 'arrive_time.start_time': '1133 am', 'arrive_time.end_time': '43 pm'}
all round trip flights between new york and miami that are first class
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'class_type': 'first class'}
what 's the lowest round trip fare from bwi to any city
[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'round_trip': 'round trip', 'fromloc.airport_code': 'bwi'}
i 'm starting from denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver'}
show me all flights to dallas from san francisco atlanta and pittsburgh
[[FUNCTION]] get_flight {'toloc.city_name': 'dallas', 'fromloc.city_name': 'pittsburgh'}
what 's the latest flight from san jose to houston
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'san jose', 'toloc.city_name': 'houston'}
show me the round trip tickets from baltimore to atlanta
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta'}
united airlines stopping in denver
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'stoploc.city_name': 'denver'}
i 'll need a rental car at the atlanta airport can you show me what 's available
[[FUNCTION]] get_ground_service {'transport_type': 'rental car', 'airport_name': 'atlanta airport'}
what northwest flights stop in denver
[[FUNCTION]] get_flight {'airline_name': 'northwest', 'stoploc.city_name': 'denver'}
what kind of ground transportation is there once i get to dallas
[[FUNCTION]] get_ground_service {'city_name': 'dallas'}
can i have a rental car in houston
[[FUNCTION]] get_ground_service {'transport_type': 'rental car', 'city_name': 'houston'}
i want an early morning flight from boston to philadelphia
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
i would like to fly from atlanta to denver on september fifteenth
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_date.month_name': 'september', 'depart_date.day_number': 'fifteenth'}
on july twenty third all flights on american airlines from philadelphia to san francisco
[[FUNCTION]] get_flight {'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty third', 'airline_name': 'american airlines', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
show me all flights for tomorrow from san francisco to pittsburgh
[[FUNCTION]] get_flight {'depart_date.today_relative': 'tomorrow', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh'}
what is the earliest flight from tampa to milwaukee tomorrow
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'milwaukee', 'depart_date.today_relative': 'tomorrow'}
i need a flight on friday from newark to tampa
[[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'fromloc.city_name': 'newark', 'toloc.city_name': 'tampa'}
i 'd like to see the fare code again qx
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'qx'}
rental cars in washington dc
[[FUNCTION]] get_ground_service {'transport_type': 'rental cars', 'city_name': 'washington', 'state_code': 'dc'}
what 's the last flight from atlanta to boston
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
flights between tampa and st. louis
[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'st. louis'}
show me ground transport in seattle
[[FUNCTION]] get_ground_service {'city_name': 'seattle'}
please give me the prices for all flights from philadelphia to denver airport next sunday
[[FUNCTION]] get_airfare {'fromloc.city_name': 'philadelphia', 'toloc.airport_name': 'denver airport', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'sunday'}
what flights are available from pittsburgh to boston on saturday
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_date.day_name': 'saturday'}
what flights are available saturday to san francisco from dallas
[[FUNCTION]] get_flight {'depart_date.day_name': 'saturday', 'toloc.city_name': 'san francisco', 'fromloc.city_name': 'dallas'}
show me the flights from denver to baltimore or washington dc that arrive before or around noon
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'washington', 'or': 'or', 'toloc.state_code': 'dc', 'arrive_time.time_relative': 'around', 'arrive_time.time': 'noon'}
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 are the fares for flights between atlanta and dfw
[[FUNCTION]] get_airfare {'fromloc.city_name': 'atlanta', 'toloc.airport_code': 'dfw'}
list flights from philadelphia to san francisco thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'thursday'}
does midwest express serve baltimore
[[FUNCTION]] get_flight {'airline_name': 'midwest', 'city_name': 'baltimore'}
i want to fly denver to pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}