input
stringlengths 6
259
| output
stringlengths 26
381
|
|---|---|
actually what are the nonstop flights from las vegas to burbank on saturday may twenty two
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'burbank', 'arrive_date.day_name': 'saturday', 'arrive_date.month_name': 'may', 'arrive_date.day_number': 'twenty two'}
|
show me flights from pittsburgh to san francisco on friday leaving after 12 noon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday', 'depart_time.time_relative': 'after', 'depart_time.time': '12 noon'}
|
what aircraft is co 1209
|
[[FUNCTION]] get_aircraft {'airline_code': 'co', 'flight_number': '1209'}
|
explain meal codes sd d
|
[[FUNCTION]] get_abbreviation {'meal': 'meal', 'meal_code': 'sd d'}
|
show me a list of rental car fares at boston airport
|
[[FUNCTION]] get_ground_service {'transport_type': 'rental car', 'airport_name': 'boston airport'}
|
flights from washington dc to denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'denver'}
|
what is the least expensive flight today from atlanta to san francisco
|
[[FUNCTION]] get_flight {'cost_relative': 'least expensive', 'depart_date.today_relative': 'today', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco'}
|
show me fares from houston to las vegas
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'houston', 'toloc.city_name': 'las vegas'}
|
what is the latest flight departing from boston to san francisco
|
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
what is the fare going from baltimore to atlanta one way on november seventh
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta', 'round_trip': 'one way', 'depart_date.month_name': 'november', 'depart_date.day_number': 'seventh'}
|
please show me flights from denver to san francisco on wednesday after 1300 hours
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'after', 'depart_time.time': '1300 hours'}
|
what airline stands for hp
|
[[FUNCTION]] get_airline {'airline_code': 'hp'}
|
please list me the flights and their cost of all airlines flying from denver to baltimore
|
[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'}
|
i want a flight from denver to atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'}
|
show me the round trip tickets from baltimore to dallas
|
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
|
ground transportation san francisco
|
[[FUNCTION]] get_ground_service {'city_name': 'san francisco'}
|
i would like to know if i fly on american flight number 813 from boston to oakland if i will stop enroute at another city
|
[[FUNCTION]] get_flight {'airline_name': 'american', 'flight_number': 'number', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
|
i need a flight from atlanta to philadelphia and i 'm looking for the cheapest fare
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia', 'cost_relative': 'cheapest'}
|
ground transport denver
|
[[FUNCTION]] get_ground_service {'city_name': 'denver'}
|
what is the price of a one way fare from atlanta to boston
|
[[FUNCTION]] get_airfare {'round_trip': 'one way', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
|
explain the fare codes
|
[[FUNCTION]] get_abbreviation {}
|
i 'd like to know what flights united airline has from dallas to san francisco
|
[[FUNCTION]] get_flight {'airline_name': 'united airline', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
|
show flights between philadelphia and denver on september sixteenth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver', 'depart_date.month_name': 'september', 'depart_date.day_number': 'sixteenth'}
|
between boston and denver i 'd like a flight that takes the least amount of stops to get to boston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'boston', 'mod': 'least'}
|
what is the price of flights from indianapolis to memphis
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis'}
|
is there an airline that advertises having more flights than any other airline
|
[[FUNCTION]] get_airline {'mod': 'more'}
|
what flights from pittsburgh to newark on monday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'newark', 'depart_date.day_name': 'monday'}
|
nonstop flights denver to boston
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'toloc.city_name': 'boston'}
|
show me all flights from milwaukee to orlando one way
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'round_trip': 'one way'}
|
i need a thursday flight from pittsburgh to baltimore arriving in baltimore before 9 o'clock
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'thursday', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'arrive_time.time_relative': 'before', 'arrive_time.time': "9 o'clock"}
|
show me all flights from dallas to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
|
can you show me one way economy fares from dallas to atlanta
|
[[FUNCTION]] get_airfare {'round_trip': 'one way', 'economy': 'economy', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta'}
|
what types of meals are available
|
[[FUNCTION]] get_meal {'meal': 'meals'}
|
i 'd like to book a flight from san diego to toronto
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'toronto'}
|
cheapest fare from nashville to seattle
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'nashville', 'toloc.city_name': 'seattle'}
|
please list the morning flights from st. louis to st. paul
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'st. louis', 'toloc.city_name': 'st. paul'}
|
show all flights from denver to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
|
what is the cheapest fare from washington to san francisco leaving on september thirtieth
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'september', 'depart_date.day_number': 'thirtieth'}
|
list the nonstop flights from denver to washington dc
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'denver', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
|
i would like to find flights from minneapolis to long beach after 4 o'clock on monday june fourteenth please
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'long beach', 'depart_time.time_relative': 'after', 'depart_time.time': "4 o'clock", 'depart_date.day_name': 'monday', 'depart_date.month_name': 'june', 'depart_date.day_number': 'fourteenth'}
|
yes i 'm looking for a flight between oakland and boston with a stopover in dallas fort worth do you have one of those
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston', 'stoploc.city_name': 'dallas fort worth'}
|
what flights leave phoenix on wednesday evening and arrive in milwaukee
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'evening', 'toloc.city_name': 'milwaukee'}
|
please show me the flights from washington to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'}
|
what city is mco
|
[[FUNCTION]] get_city {'airport_code': 'mco'}
|
what is the round trip first class fare on united from boston to san francisco
|
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'class_type': 'first class', 'airline_name': 'united', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
what flights from san jose to dallas on friday afternoon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'afternoon'}
|
friday 's flights between newark and tampa
|
[[FUNCTION]] get_flight {'depart_date.day_name': "friday 's", 'fromloc.city_name': 'newark', 'toloc.city_name': 'tampa'}
|
please give me round trip fares from baltimore to philadelphia
|
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
|
show me the flights from love field
|
[[FUNCTION]] get_flight {'fromloc.airport_name': 'love field'}
|
find travel arrangements for a round trip flight from baltimore to pittsburgh
|
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'pittsburgh'}
|
what flights are there from memphis to las vegas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas'}
|
what flights leave from newark to los angeles in the afternoon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'los angeles', 'depart_time.period_of_day': 'afternoon'}
|
which united flights from boston to san francisco make connections
|
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'connect': 'connections'}
|
yes i need a flight from denver to pittsburgh on july seventh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'july', 'depart_date.day_number': 'seventh'}
|
names of airports
|
[[FUNCTION]] get_airport {}
|
i would like an early morning flight on june first from chicago into seattle on continental airlines
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'june', 'depart_date.day_number': 'first', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'airline_name': 'continental airlines'}
|
morning flights out of san francisco arriving boston afternoon
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'arrive_time.period_of_day': 'afternoon'}
|
please list available ground transportation in pittsburgh
|
[[FUNCTION]] get_ground_service {'city_name': 'pittsburgh'}
|
show me all nationair flights from toronto
|
[[FUNCTION]] get_flight {'airline_name': 'nationair', 'fromloc.city_name': 'toronto'}
|
i 'd like to fly from denver to atlanta with a stop in pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'stoploc.city_name': 'pittsburgh'}
|
find the cheapest one way fare from boston to oakland
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
|
information on flights from pittsburgh to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
|
i want to leave from philadelphia and go to atlanta baltimore and boston please list these flights
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston'}
|
what is the earliest american airlines flight that i can get first class from philadelphia to dallas
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'airline_name': 'american airlines', 'class_type': 'first class', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'}
|
flights from denver to westchester county new york weekdays
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'new york', 'flight_mod': 'weekdays'}
|
what flights are available from boston to washington late monday evening or early tuesday morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'depart_time.period_mod': 'early', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning', 'or': 'or'}
|
what is restriction ap57
|
[[FUNCTION]] get_restriction {'restriction_code': 'ap57'}
|
what is the earliest flight from denver to san francisco on the morning of august twenty seventh
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh'}
|
ground transportation please in the city of boston between airport and downtown
|
[[FUNCTION]] get_ground_service {'city_name': 'city of boston'}
|
wednesday morning flights between baltimore and newark
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark'}
|
what flights from minneapolis to pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'pittsburgh'}
|
what types of ground transportation are available in denver
|
[[FUNCTION]] get_ground_service {'city_name': 'denver'}
|
i 'm interested in round trip flights from boston to washington
|
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'}
|
show me all direct flights from dallas fort worth to either san francisco or oakland
|
[[FUNCTION]] get_flight {'connect': 'direct', 'fromloc.city_name': 'dallas fort worth', 'toloc.city_name': 'oakland', 'or': 'or'}
|
show me the flights from pittsburgh to san francisco on friday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday'}
|
i 'd like to fly late tomorrow from minneapolis to long beach
|
[[FUNCTION]] get_flight {'depart_time.period_mod': 'late', 'depart_date.today_relative': 'tomorrow', 'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'long beach'}
|
what airlines fly from boston to atlanta
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
|
please give me information on a flight on april seventeen from philadelphia to boston as early as possible
|
[[FUNCTION]] get_flight {'depart_date.month_name': 'april', 'depart_date.day_number': 'seventeen', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston', 'flight_mod': 'early'}
|
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'}
|
i need a flight after 6 pm on wednesday from oakland to salt lake city
|
[[FUNCTION]] get_flight {'depart_time.time_relative': 'after', 'depart_time.time': '6 pm', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}
|
i want to go from boston to oakland on united and leave at 838 am which flight should i take
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'airline_name': 'united', 'depart_time.time': '838 am'}
|
i 'd like to book the cheapest one way flight from denver to pittsburgh
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
|
what is the distance from boston airport to boston
|
[[FUNCTION]] get_distance {'fromloc.airport_name': 'boston airport', 'toloc.city_name': 'boston'}
|
what flights takeoff and land at general mitchell international
|
[[FUNCTION]] get_flight {'fromloc.airport_name': 'general mitchell international'}
|
what are the flights from boston to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
what are the flights in the month of december from atlanta to denver which stop in boston
|
[[FUNCTION]] get_flight {'depart_date.month_name': 'december', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'stoploc.city_name': 'boston'}
|
what flights are available from pittsburgh to baltimore on july twenty fifth 1991
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty fifth', 'depart_date.year': '1991'}
|
is there a flight from boston to san francisco making a stopover in dallas fort worth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas fort worth'}
|
how far is oakland airport from downtown
|
[[FUNCTION]] get_distance {'fromloc.airport_name': 'oakland airport'}
|
show me the first flight that arrives in toronto from cincinnati
|
[[FUNCTION]] get_flight {'flight_mod': 'first', 'toloc.city_name': 'toronto', 'fromloc.city_name': 'cincinnati'}
|
flights from newark to tampa on friday on us air
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'tampa', 'depart_date.day_name': 'friday', 'airline_name': 'us air'}
|
okay could you tell me what flight leaves dallas to san francisco by united airline
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'airline_name': 'united airline'}
|
please list flights from philadelphia to dallas stopping in atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.city_name': 'atlanta'}
|
show me the flights from baltimore to dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
|
what 's the earliest flight leaving denver for pittsburgh
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
|
what pm flights are available from philadelphia to pittsburgh
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'pm', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'pittsburgh'}
|
i want a return flight from washington to dallas on american airlines
|
[[FUNCTION]] get_flight {'round_trip': 'return', 'fromloc.city_name': 'washington', 'toloc.city_name': 'dallas', 'airline_name': 'american airlines'}
|
i 'd like to fly nonstop from atlanta to baltimore and get there at 7 pm
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore', 'arrive_time.time': '7 pm'}
|
what flights from kansas city to denver after 845 in the morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'after', 'depart_time.time': '845', 'depart_time.period_of_day': 'morning'}
|
show me airlines between boston and san francisco
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.