input stringlengths 6 259 | output stringlengths 26 381 |
|---|---|
what is the earliest flight from ontario to memphis | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'ontario', 'toloc.city_name': 'memphis'} |
what are the cheapest one way flights from pittsburgh to atlanta | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'} |
show me the flights from denver to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
lowest fare from san francisco to san diego | [[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'san diego'} |
what flights from st. paul to kansas city on friday with dinner served | [[FUNCTION]] get_flight {'fromloc.city_name': 'st. paul', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'friday', 'meal_description': 'dinner'} |
okay we 're going from washington to denver first class ticket i 'd like to know the cost of a first class ticket | [[FUNCTION]] get_airfare {'fromloc.city_name': 'washington', 'toloc.city_name': 'denver', 'class_type': 'first class'} |
show me the flight schedule from pittsburgh to san francisco | [[FUNCTION]] get_flight_time {'flight_time': 'flight schedule', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'} |
all flights from miami to new york | [[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'new york'} |
what time does the tuesday morning 755 flight leaving washington arrive in san francisco | [[FUNCTION]] get_flight_time {'flight_time': 'time', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning', 'depart_time.time': '755', 'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'} |
show me all flights from atlanta to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco'} |
flights from kansas city to cleveland | [[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'cleveland'} |
please give me all flights from dallas to oakland before noon | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'oakland', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'} |
what is the cost for a one way trip from pittsburgh to atlanta | [[FUNCTION]] get_airfare {'round_trip': 'one way', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'} |
i need a listing of flights from kansas city missouri to salt lake city utah | [[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'fromloc.state_name': 'missouri', 'toloc.city_name': 'salt lake city', 'toloc.state_name': 'utah'} |
now i need another flight from las vegas to los angeles arriving also in the late afternoon what 's available for that | [[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'los angeles', 'arrive_time.period_of_day': 'late afternoon'} |
could you please tell me the cheapest fare from atlanta to boston | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
what flights go from newark to boston after 5 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'boston', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'} |
show me the cheapest flights round trip from new york to san jose arriving in san jose before 7 pm | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'new york', 'toloc.city_name': 'san jose', 'arrive_time.time_relative': 'before', 'arrive_time.time': '7 pm'} |
i 'd like to go from boston to atlanta sometime after 5 pm can you tell me the flights that could do that for me | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'} |
give me flights from atlanta to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'} |
i need a flight from los angeles to pittsburgh on monday afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'afternoon'} |
flights from montreal and phoenix to las vegas arriving at the same time | [[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'las vegas'} |
i want to travel from philadelphia to san francisco with a stopover in dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'} |
what is the most expensive flight from boston to dallas | [[FUNCTION]] get_flight {'cost_relative': 'most expensive', 'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'} |
in dallas fort worth i would like information on ground transportation | [[FUNCTION]] get_ground_service {'city_name': 'dallas fort worth'} |
what flight do you have from atlanta to dallas on august twenty seventh in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh', 'depart_time.period_of_day': 'morning'} |
show me the flights between atlanta and washington dc for wednesdays | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'wednesdays'} |
please show me the flights from boston to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
rental cars in boston | [[FUNCTION]] get_ground_service {'transport_type': 'rental cars', 'city_name': 'boston'} |
i want a flight from montreal quebec to san diego california that leaves sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'fromloc.state_name': 'quebec', 'toloc.city_name': 'san diego', 'toloc.state_name': 'california', 'depart_date.day_name': 'sunday'} |
please show me airlines with flight service from boston to denver from denver to philadelphia and from philadelphia to boston | [[FUNCTION]] get_airline {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston'} |
latest flight from houston to san jose | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'houston', 'toloc.city_name': 'san jose'} |
list the earliest flights from atlanta to denver on a monday | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_date.day_name': 'monday'} |
looking for a flight from dc to denver colorado | [[FUNCTION]] get_flight {'fromloc.state_code': 'dc', 'toloc.city_name': 'denver', 'toloc.state_name': 'colorado'} |
flights from kansas city to cleveland on wednesday before 5 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'cleveland', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'before', 'depart_time.time': '5 pm'} |
what kind of aircraft is used on the first class american airlines flight from philadelphia to san francisco with a dallas stopover | [[FUNCTION]] get_aircraft {'class_type': 'first class', 'airline_name': 'american airlines', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
please give me ground transportation information between dallas fort worth airport and downtown dallas | [[FUNCTION]] get_ground_service {'fromloc.airport_name': 'dallas fort worth airport', 'toloc.city_name': 'dallas'} |
which airlines fly between boston and baltimore | [[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore'} |
show me the earliest flight on august second from boston to denver that serves a meal | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'depart_date.month_name': 'august', 'depart_date.day_number': 'second', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'meal': 'meal'} |
okay does twa have a flight from dallas to san francisco | [[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
what is the round trip thrift fare on us air from boston to san francisco | [[FUNCTION]] get_airfare {'round_trip': 'round trip', 'class_type': 'thrift', 'airline_name': 'us air', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
what is your last trip from washington to boston on august twenty seventh | [[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'washington', 'toloc.city_name': 'boston', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh'} |
show me the flights from love field | [[FUNCTION]] get_flight {'fromloc.airport_name': 'love field'} |
i 'd like a flight on american from newark to nashville | [[FUNCTION]] get_flight {'airline_name': 'american', 'fromloc.city_name': 'newark', 'toloc.city_name': 'nashville'} |
what is the least expensive flight from atlanta to boston | [[FUNCTION]] get_flight {'cost_relative': 'least expensive', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
are there any flights from milwaukee to tacoma on friday june eleventh | [[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tacoma', 'depart_date.day_name': 'friday', 'depart_date.month_name': 'june', 'depart_date.day_number': 'eleventh'} |
what 's the earliest flight from boston to philadelphia | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'} |
on usa air how many flights leaving oakland on july twenty seventh to boston nonstop | [[FUNCTION]] get_flight {'airline_name': 'usa air', 'fromloc.city_name': 'oakland', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty seventh', 'toloc.city_name': 'boston', 'flight_stop': 'nonstop'} |
and how can i get to the boston airport from downtown boston | [[FUNCTION]] get_ground_service {'toloc.airport_name': 'boston airport', 'fromloc.city_name': 'boston'} |
list all american airlines from milwaukee to phoenix on saturday | [[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'saturday'} |
i would like a flight from san francisco to pittsburgh on friday morning after 10 o'clock | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'morning', 'depart_time.time_relative': 'after', 'depart_time.time': "10 o'clock"} |
i would like to book a flight from denver to pittsburgh on july fifteenth i 'd like it to be the cheapest flight | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'july', 'depart_date.day_number': 'fifteenth', 'cost_relative': 'cheapest'} |
what type of aircraft leaves from boston to washington dc at 9 am during a weekday | [[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_time.time': '9 am', 'flight_mod': 'weekday'} |
list all afternoon flights on united airlines from san francisco to denver | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'airline_name': 'united airlines', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver'} |
information on flights from atlanta to washington dc departing on thursday before 9 am | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'before', 'depart_time.time': '9 am'} |
what is the cheapest flight from san francisco to pittsburgh on sunday | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'sunday'} |
show me all the flights to baltimore from denver or philadelphia or pittsburgh | [[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'fromloc.city_name': 'pittsburgh', 'or': 'or'} |
are there any flights from chicago to minneapolis on saturday on continental | [[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'minneapolis', 'depart_date.day_name': 'saturday', 'airline_name': 'continental'} |
i need a flight from philadelphia to dallas that stops in atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.city_name': 'atlanta'} |
flights from ontario to orlando | [[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'toloc.city_name': 'orlando'} |
i would like to see flights from denver to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
show me a list of ground transportation at boston airport | [[FUNCTION]] get_ground_service {'airport_name': 'boston airport'} |
does united airlines have flights between boston and denver | [[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'} |
how many flights has continental into and out of atlanta | [[FUNCTION]] get_quantity {'airline_name': 'continental', 'fromloc.city_name': 'atlanta'} |
list the flights from toronto to salt lake city | [[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'salt lake city'} |
list the flights arriving in baltimore from denver on august third | [[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'fromloc.city_name': 'denver', 'arrive_date.month_name': 'august', 'arrive_date.day_number': 'third'} |
show me flights from baltimore to philadelphia please | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'} |
i need a flight from boston to san francisco leaving in the afternoon and arriving in the evening thank you | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_time.period_of_day': 'afternoon', 'arrive_time.period_of_day': 'evening'} |
show me the flights from washington to boston | [[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'boston'} |
flights from philadelphia to oakland | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'oakland'} |
what is the fare for flights from denver to atlanta | [[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'} |
united airlines flights stopping in denver | [[FUNCTION]] get_flight {'airline_name': 'united airlines', 'stoploc.city_name': 'denver'} |
how far is the airport from san francisco | [[FUNCTION]] get_distance {'fromloc.city_name': 'san francisco'} |
what flights go from seattle to boston via minneapolis | [[FUNCTION]] get_flight {'fromloc.city_name': 'seattle', 'toloc.city_name': 'boston', 'stoploc.city_name': 'minneapolis'} |
please list the flights from ontario california to orlando florida | [[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'fromloc.state_name': 'california', 'toloc.city_name': 'orlando', 'toloc.state_name': 'florida'} |
what types of ground transportation are there to san francisco airport | [[FUNCTION]] get_ground_service {'toloc.airport_name': 'san francisco airport'} |
please book for me a flight on twa from washington dc to san francisco earliest possible time | [[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco', 'flight_mod': 'earliest possible time'} |
list all flights from pittsburgh to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'} |
i 'd like information on a flight from atlanta to denver a morning flight | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_time.period_of_day': 'morning'} |
what ground transport is available in charlotte | [[FUNCTION]] get_ground_service {'city_name': 'charlotte'} |
i want to fly from boston to san francisco via dallas fort worth on american airlines | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas fort worth', 'airline_name': 'american airlines'} |
is there a red eye flight from san jose to nashville on wednesday the nineteenth of may | [[FUNCTION]] get_flight {'flight_mod': 'red eye', 'fromloc.city_name': 'san jose', 'toloc.city_name': 'nashville', 'depart_date.day_name': 'wednesday', 'depart_date.day_number': 'nineteenth', 'depart_date.month_name': 'may'} |
i 'm looking for flights from oakland to atlanta leaving before 1045 am | [[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'before', 'depart_time.time': '1045 am'} |
show me the cheapest flights from atlanta to denver | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'} |
flights from denver to pittsburgh on thursday | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'thursday'} |
flights from cleveland to kansas city | [[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'kansas city'} |
show me the flights from baltimore to oakland please | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'oakland'} |
show me the earliest flights from boston to denver on wednesday | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.day_name': 'wednesday'} |
flight information from denver to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
show me the most expensive one way first class fare from baltimore to dallas | [[FUNCTION]] get_airfare {'cost_relative': 'most expensive', 'round_trip': 'one way', 'class_type': 'first class', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'} |
what is the earliest morning flight from san francisco to boston | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'} |
what flights are there from boston to denver on monday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'} |
which flights depart los angeles destination charlotte that leave on a monday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'charlotte', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'} |
i need a flight from atlanta to baltimore nonstop arriving at 7 pm please | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore', 'flight_stop': 'nonstop', 'arrive_time.time': '7 pm'} |
i need to get downtown from the denver airport | [[FUNCTION]] get_ground_service {'fromloc.airport_name': 'denver airport'} |
show me the flights from boston to oakland | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'} |
i would like a ticket leaving from denver colorado to atlanta georgia with a stop in pittsburgh | [[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'fromloc.state_name': 'colorado', 'toloc.city_name': 'atlanta', 'toloc.state_name': 'georgia', 'stoploc.city_name': 'pittsburgh'} |
what airline is hp | [[FUNCTION]] get_airline {'airline_code': 'hp'} |
list daily flights from boston to oakland using continental airlines | [[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'airline_name': 'continental airlines'} |
show me the flights from dulles to san francisco leaving after 6 pm | [[FUNCTION]] get_flight {'fromloc.airport_name': 'dulles', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.