input
stringlengths 6
259
| output
stringlengths 26
381
|
|---|---|
what are the flights from denver to san francisco on tuesday october fifteenth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'tuesday', 'depart_date.month_name': 'october', 'depart_date.day_number': 'fifteenth'}
|
what ground transportation is there from the airport in atlanta to downtown
|
[[FUNCTION]] get_ground_service {'fromloc.city_name': 'atlanta'}
|
what is the last flight from dallas to boston
|
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston'}
|
flights from baltimore denver and pittsburgh to philadelphia where the round trip fare for each is less than 1000 dollars
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia', 'round_trip': 'round trip', 'cost_relative': 'less', 'fare_amount': '1000 dollars'}
|
is there one stop with the us air boston leaving at 705 to atlanta
|
[[FUNCTION]] get_flight {'flight_stop': 'one stop', 'airline_name': 'us air', 'toloc.city_name': 'atlanta', 'arrive_time.time': '705'}
|
i 'm interested in flights from denver to pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
|
what is the cheapest flight from long beach to memphis
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'long beach', 'toloc.city_name': 'memphis'}
|
what ground transportation is available at the baltimore airport
|
[[FUNCTION]] get_ground_service {'airport_name': 'baltimore airport'}
|
i need a flight from philadelphia to denver on sunday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver', 'depart_date.day_name': 'sunday'}
|
i would like a flight as early as possible in the day leaving from boston and to denver
|
[[FUNCTION]] get_flight {'flight_mod': 'early', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
show me the flights from baltimore to seattle
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'seattle'}
|
list the takeoffs and landings at general mitchell international
|
[[FUNCTION]] get_flight {'airport_name': 'general mitchell international'}
|
airports in new york
|
[[FUNCTION]] get_airport {'city_name': 'new york'}
|
what is the cheapest fare for flights from boston to dallas
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'}
|
flights between boston and philadelphia that arrive after 2 o'clock and before 5 o'clock on tuesday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia', 'arrive_time.time_relative': 'before', 'arrive_time.time': "5 o'clock", 'arrive_date.day_name': 'tuesday'}
|
show me the flights from st. petersburg to toronto that arrive early in the morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'toronto', 'arrive_time.period_mod': 'early', 'arrive_time.period_of_day': 'morning'}
|
please list the flights from baltimore to san francisco on fridays
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'fridays'}
|
flight from nashville back to milwaukee
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'milwaukee'}
|
i 'd like a ticket on a plane from denver to atlanta i would like a coach class or lowest fare ticket
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'class_type': 'coach class', 'cost_relative': 'lowest'}
|
please list am flights leaving san francisco boston
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'am', 'fromloc.city_name': 'boston'}
|
boston ground transportation
|
[[FUNCTION]] get_ground_service {'city_name': 'boston'}
|
all right what do you have from oakland to philadelphia on wednesday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'wednesday'}
|
what flights go from chicago to seattle on continental airlines on saturday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'airline_name': 'continental airlines', 'depart_date.day_name': 'saturday'}
|
how much does it cost to fly on delta from dallas to baltimore
|
[[FUNCTION]] get_airfare {'airline_name': 'delta', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
|
show me flights from baltimore to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
|
i 'd like a round trip ticket from los angeles to tacoma washington
|
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'los angeles', 'toloc.city_name': 'tacoma', 'toloc.state_name': 'washington'}
|
show me flights which leave from boston on july twenty second arriving in pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty second', 'toloc.city_name': 'pittsburgh'}
|
i would like a flight from philadelphia to dallas on american airlines
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'airline_name': 'american airlines'}
|
i want to fly united airlines from boston to denver
|
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
are there any airlines that have flights from boston to philadelphia that leave before 630 am
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia', 'depart_time.time_relative': 'before', 'depart_time.time': '630 am'}
|
show me flights from pittsburgh to san francisco on monday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'monday'}
|
is there ground transportation between airport and downtown in boston
|
[[FUNCTION]] get_ground_service {'toloc.city_name': 'boston'}
|
i 'm interested in flying from atlanta to boston i 'd like to fly during breakfast
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'meal_description': 'breakfast'}
|
ground transportation washington
|
[[FUNCTION]] get_ground_service {'city_name': 'washington'}
|
i need to catch an evening flight from boston to philadelphia on august first
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia', 'depart_date.month_name': 'august', 'depart_date.day_number': 'first'}
|
is the american flight 813 from boston to oakland a flight that goes straight through from boston to oakland without stopping at another city
|
[[FUNCTION]] get_flight {'airline_name': 'american', 'flight_number': '813', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'flight_stop': 'without stopping'}
|
please list the flights from chicago to kansas city
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'kansas city'}
|
does any airline offer dc10 service between denver and boston
|
[[FUNCTION]] get_airline {'aircraft_code': 'dc10', 'fromloc.city_name': 'denver', 'toloc.city_name': 'boston'}
|
what is the seating capacity of a boeing 767
|
[[FUNCTION]] get_capacity {'aircraft_code': '767'}
|
i want to travel from kansas city to st. paul and be there by dinnertime
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'st. paul', 'depart_time.time_relative': 'by', 'depart_time.period_of_day': 'dinnertime'}
|
list all flights arriving in pittsburgh monday evening from san francisco that first class
|
[[FUNCTION]] get_flight {'toloc.city_name': 'pittsburgh', 'arrive_date.day_name': 'monday', 'arrive_time.period_of_day': 'evening', 'fromloc.city_name': 'san francisco', 'class_type': 'first class'}
|
what flights from houston to milwaukee on friday on american airlines
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'friday', 'airline_name': 'american airlines'}
|
i would like to book a flight going from tampa to seattle on may twenty sixth i would like to stop in milwaukee on the way
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'seattle', 'depart_date.month_name': 'may', 'depart_date.day_number': 'twenty sixth', 'stoploc.city_name': 'milwaukee'}
|
please list nonstop twa flights from las vegas to new york
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'airline_code': 'twa', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'new york'}
|
what is airline ff
|
[[FUNCTION]] get_airline {'airline_code': 'ff'}
|
show me the flights going from pittsburgh to san francisco on monday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'monday'}
|
show me all flights arriving to denver from oakland
|
[[FUNCTION]] get_flight {'toloc.city_name': 'denver', 'fromloc.city_name': 'oakland'}
|
show me all the one way fares from tacoma to montreal
|
[[FUNCTION]] get_airfare {'round_trip': 'one way', 'fromloc.city_name': 'tacoma', 'toloc.city_name': 'montreal'}
|
please list the cost of 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'}
|
i 'd like to travel from boston to baltimore on us air 269 please tell me the times
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore', 'airline_name': 'us air', 'flight_number': '269', 'flight_time': 'times'}
|
hi i want a round trip ticket to dallas
|
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'toloc.city_name': 'dallas'}
|
i 'm planning a trip to pittsburgh and i live in denver can you help me
|
[[FUNCTION]] get_flight {'toloc.city_name': 'pittsburgh', 'fromloc.city_name': 'denver'}
|
which airlines have daily flights from boston to dallas
|
[[FUNCTION]] get_airline {'flight_days': 'daily', 'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'}
|
show me the flights from san francisco to newark that leave after 11 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'newark', 'depart_time.time_relative': 'after', 'depart_time.time': '11 pm'}
|
list flights leaving dallas on saturday and arriving in san francisco before 4 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'depart_date.day_name': 'saturday', 'toloc.city_name': 'san francisco', 'arrive_time.time_relative': 'before', 'arrive_time.time': '4 pm'}
|
what is ff
|
[[FUNCTION]] get_abbreviation {'airline_code': 'ff'}
|
show me the flights from atlanta to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia'}
|
show me the flights from indianapolis to montreal
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'montreal'}
|
what flights are there on sunday from seattle to chicago
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'seattle', 'toloc.city_name': 'chicago'}
|
display all flights from st. petersburg and charlotte flights should leave after noon arrive after 5 pm nonstop flight
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte', 'depart_time.time_relative': 'after', 'depart_time.time': 'noon', 'arrive_time.time_relative': 'after', 'arrive_time.time': '5 pm', 'flight_stop': 'nonstop'}
|
what northwest flights stop in denver
|
[[FUNCTION]] get_flight {'airline_name': 'northwest', 'stoploc.city_name': 'denver'}
|
please give me a flight from pittsburgh to san francisco monday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'monday'}
|
show me flights from pittsburgh to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'}
|
what ground transportation is available from pittsburgh to downtown
|
[[FUNCTION]] get_ground_service {'fromloc.city_name': 'pittsburgh'}
|
what is fare class h
|
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'h'}
|
show me flights with first class reservations from san francisco to pittsburgh for monday
|
[[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'monday'}
|
what type of aircraft leaves from boston to washington dc before 9 am
|
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_time.time_relative': 'before', 'depart_time.time': '9 am'}
|
delta flights to dallas please
|
[[FUNCTION]] get_flight {'airline_name': 'delta', 'toloc.city_name': 'dallas'}
|
show all airlines flying from pittsburgh to san francisco
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
|
is there ground transportation in baltimore
|
[[FUNCTION]] get_ground_service {'city_name': 'baltimore'}
|
please list all flights on northwest and united airlines that go to denver
|
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'toloc.city_name': 'denver'}
|
information on american airlines flight from washington to philadelphia
|
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'washington', 'toloc.city_name': 'philadelphia'}
|
show me all the information about the flight from baltimore to dallas which is listed dl 1055 dl 405
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas', 'airline_code': 'dl', 'flight_number': '405'}
|
i need the cost of a ticket going from denver to baltimore a first class ticket on united airlines
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'class_type': 'first class', 'airline_name': 'united airlines'}
|
which nonstop flight from atlanta to oakland leaves in the afternoon and arrives at 5 pm
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'oakland', 'arrive_time.period_of_day': 'afternoon', 'arrive_time.time': '5 pm'}
|
i need a flight from philadelphia to boston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston'}
|
what is the ground transportation in san diego
|
[[FUNCTION]] get_ground_service {'city_name': 'san diego'}
|
is there a flight between san francisco and boston with a stopover in dallas fort worth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'stoploc.city_name': 'dallas fort worth'}
|
show me all flights from baltimore to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}
|
i would like a flight from philadelphia to dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'}
|
now i need a one way flight from pittsburgh to denver
|
[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'}
|
i want a flight from pittsburgh to los angeles that departs after 6 pm on thursday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'los angeles', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm', 'depart_date.day_name': 'thursday'}
|
show me the flights from san francisco to boston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
|
how many first class flights are provided by american airlines
|
[[FUNCTION]] get_quantity {'class_type': 'first class', 'airline_name': 'american airlines'}
|
show me all flights from pittsburgh to dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'dallas'}
|
what ground transportation is available at boston
|
[[FUNCTION]] get_ground_service {'city_name': 'boston'}
|
what is the earliest flight from boston to atlanta
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
|
is there limo service at pittsburgh airport
|
[[FUNCTION]] get_ground_service {'transport_type': 'limo', 'airport_name': 'pittsburgh airport'}
|
please show me flights which cost less than or equal to 466 dollars from new york to miami leaving on a tuesday
|
[[FUNCTION]] get_flight {'cost_relative': 'less', 'fare_amount': '466 dollars', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'depart_date.day_name': 'tuesday'}
|
give me return flights from philadelphia to san francisco for december third
|
[[FUNCTION]] get_flight {'round_trip': 'return', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'december', 'depart_date.day_number': 'third'}
|
show me the latest flight from las vegas to denver
|
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'denver'}
|
list the flights from indianapolis to houston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'houston'}
|
what is the earliest flight that eastern has between boston and washington
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'airline_name': 'eastern', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'}
|
give me the flights from kansas city to chicago leaving next wednesday arriving at chicago at about 7 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday', 'arrive_time.time_relative': 'about', 'arrive_time.time': '7 pm'}
|
all right what i 'd like to do is find the cheapest one way fare from boston to denver
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
show me a list of flights from pittsburgh to baltimore on august third
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'august', 'depart_date.day_number': 'third'}
|
what airlines are ac and as
|
[[FUNCTION]] get_airline {'airline_code': 'as'}
|
i 'd like to see the flights from baltimore to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
|
how much does a first class round trip ticket from cleveland to miami on us air cost
|
[[FUNCTION]] get_airfare {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami', 'airline_name': 'us air'}
|
what are all the flights into atlanta 's airport
|
[[FUNCTION]] get_flight {'toloc.city_name': "atlanta 's"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.