input stringlengths 6 259 | output stringlengths 26 381 |
|---|---|
i 'd like to see flights from pittsburgh to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'} |
what is the cheapest fare from denver to pittsburgh | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'} |
list all flights from denver to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
please show flights arriving in philadelphia from denver | [[FUNCTION]] get_flight {'toloc.city_name': 'philadelphia', 'fromloc.city_name': 'denver'} |
what flights do you have from milwaukee to tampa | [[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tampa'} |
flights from baltimore to washington dc | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'} |
give me the cheapest flight from dallas to baltimore on saturday | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'saturday'} |
what are the most expensive first class tickets between atlanta and dallas | [[FUNCTION]] get_airfare {'cost_relative': 'most expensive', 'class_type': 'first class', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas'} |
show me the flights from san diego to san francisco on southwest airlines | [[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'san francisco', 'airline_name': 'southwest airlines'} |
list daily flights from denver to baltimore with first class service | [[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'class_type': 'first class'} |
show me all the flights arriving in charlotte around 5 pm next monday please | [[FUNCTION]] get_flight {'toloc.city_name': 'charlotte', 'arrive_time.time_relative': 'around', 'arrive_time.time': '5 pm', 'arrive_date.date_relative': 'next', 'arrive_date.day_name': 'monday'} |
how many first class flights does united have leaving from all airports today | [[FUNCTION]] get_quantity {'class_type': 'first class', 'airline_name': 'united', 'depart_date.today_relative': 'today'} |
how many flights does each airline have with booking class k | [[FUNCTION]] get_quantity {'fare_basis_code': 'k'} |
may i fly from san francisco to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'baltimore'} |
i 'd like to make a round trip from la to newark by way of charlotte | [[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'la', 'toloc.city_name': 'newark', 'stoploc.city_name': 'charlotte'} |
flight information from san francisco to pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh'} |
coach fares only weekdays for denver to boston | [[FUNCTION]] get_airfare {'class_type': 'coach', 'flight_mod': 'only weekdays', 'fromloc.city_name': 'denver', 'toloc.city_name': 'boston'} |
list lowest cost flight from dallas to baltimore | [[FUNCTION]] get_flight {'cost_relative': 'lowest cost', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'} |
i would like to fly from boston to atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'} |
how many cities are served by delta airlines with first class flights | [[FUNCTION]] get_quantity {'airline_name': 'delta airlines', 'class_type': 'first class'} |
please give me flight schedules from pittsburgh to philadelphia | [[FUNCTION]] get_flight {'flight_time': 'flight schedules', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'} |
show me the ground transportation in denver | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
what flights go from philadelphia to san francisco via dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'} |
flight from dallas to boston tomorrow | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston', 'depart_date.today_relative': 'tomorrow'} |
american flights from cincinnati to houston | [[FUNCTION]] get_flight {'airline_name': 'american', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'houston'} |
and flights leaving from atlanta to oakland leaving after 5 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'oakland', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'} |
on friday i need to see all flights that leave atlanta and arrive in dallas before 6 pm | [[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas', 'arrive_time.time_relative': 'before', 'arrive_time.time': '6 pm'} |
show me all flights from new york to miami on a tuesday with round trip fare less than 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': 'less', 'fare_amount': '932 dollars'} |
i 'm looking for a flight from boston to denver that has no stopovers and is only in the afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'flight_stop': 'stopovers', 'depart_time.period_of_day': 'afternoon'} |
i 'd like flights on american from philadelphia to dallas arriving before 1145 am | [[FUNCTION]] get_flight {'airline_name': 'american', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'arrive_time.time_relative': 'before', 'arrive_time.time': '1145 am'} |
list all flights from long beach to columbus on sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'columbus', 'depart_date.day_name': 'sunday'} |
give me all nonstops from new york city to las vegas that arrive on a sunday | [[FUNCTION]] get_flight {'flight_stop': 'nonstops', 'fromloc.city_name': 'new york city', 'toloc.city_name': 'las vegas', 'arrive_date.day_name': 'sunday'} |
what are the flights from boston to san francisco leaving tomorrow | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_date.today_relative': 'tomorrow'} |
now i need a flight on tuesday from phoenix to detroit | [[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'detroit'} |
what is the earliest flight from washington to san francisco | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'} |
find any flight from boston to oakland stopping in denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'stoploc.city_name': 'denver'} |
okay let 's see do you have a flight on delta airline from atlanta to boston | [[FUNCTION]] get_flight {'airline_name': 'delta airline', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
do you have a flight from salt lake city to st. petersburg on june second | [[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'st. petersburg', 'depart_date.month_name': 'june', 'depart_date.day_number': 'second'} |
show me the nonstop flights from dallas to houston | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'houston'} |
can you list flights departing from las vegas and arriving in san diego | [[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'san diego'} |
what is the first flight after 8 am from boston to san francisco | [[FUNCTION]] get_flight {'flight_mod': 'first', 'depart_time.time_relative': 'after', 'depart_time.time': '8 am', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
which flights on northwest and united airlines stop in denver before noon | [[FUNCTION]] get_flight {'airline_name': 'united airlines', 'stoploc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'} |
flights from newark new jersey to cleveland ohio | [[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'fromloc.state_name': 'new jersey', 'toloc.city_name': 'cleveland', 'toloc.state_name': 'ohio'} |
what is the cheapest round trip flight from atlanta to pittsburgh | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'pittsburgh'} |
show me all the cheapest fares from new york to miami leaving on tuesday | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'depart_date.day_name': 'tuesday'} |
show me all flights from ontario to tacoma one way | [[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'toloc.city_name': 'tacoma', 'round_trip': 'one way'} |
list for me only the united flights between denver and oakland | [[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'} |
what is the cheapest fare from baltimore to dallas in any class | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'} |
give me the latest flight tomorrow on united airlines from milwaukee to tacoma | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'depart_date.today_relative': 'tomorrow', 'airline_name': 'united airlines', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tacoma'} |
okay i 'd like a nonstop flight from houston to memphis that arrives in memphis in the early afternoon on tuesday june first | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'houston', 'toloc.city_name': 'memphis', 'depart_time.period_of_day': 'early', 'arrive_time.period_of_day': 'afternoon', 'arrive_date.day_name': 'tuesday', 'arrive_date.month_name': 'june', 'arrive_date.day_number': 'first'} |
i would like to travel from washington dc to pittsburgh on august twentieth | [[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twentieth'} |
what airlines flies out of atlanta | [[FUNCTION]] get_airline {'fromloc.city_name': 'atlanta'} |
find a nonstop flight between denver and oakland leaving in the afternoon and arriving near 5 pm | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland', 'arrive_time.period_of_day': 'afternoon', 'arrive_time.time_relative': 'near', 'arrive_time.time': '5 pm'} |
what flights go from baltimore to newark wednesday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning'} |
list the flights arriving in boston from atlanta on august fifth | [[FUNCTION]] get_flight {'toloc.city_name': 'boston', 'fromloc.city_name': 'atlanta', 'arrive_date.month_name': 'august', 'arrive_date.day_number': 'fifth'} |
what time does flight aa 459 depart | [[FUNCTION]] get_flight_time {'flight_time': 'time', 'airline_code': 'aa', 'flight_number': '459'} |
i also need to go to san francisco on wednesday evening from dallas | [[FUNCTION]] get_flight {'toloc.city_name': 'san francisco', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'dallas'} |
list all flights from long beach to columbus late saturday | [[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'columbus', 'depart_time.period_mod': 'late', 'depart_date.day_name': 'saturday'} |
please give me all the flights from long beach california to memphis tennessee | [[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'fromloc.state_name': 'california', 'toloc.city_name': 'memphis', 'toloc.state_name': 'tennessee'} |
do you have a flight from charlotte to atlanta on june first | [[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'atlanta', 'depart_date.month_name': 'june', 'depart_date.day_number': 'first'} |
can you show me the flights from dallas to baltimore with economy fares | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'economy': 'economy'} |
what flights from las vegas to phoenix on saturday | [[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'saturday'} |
hi i 'm calling from boston i 'd like to make a flight to either orlando or los angeles | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'los angeles', 'or': 'or'} |
what are the flights from new york city to las vegas | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york city', 'toloc.city_name': 'las vegas'} |
what ground transportation is available in pittsburgh | [[FUNCTION]] get_ground_service {'city_name': 'pittsburgh'} |
show me all flights from pittsburgh to oakland that arrive after 10 am | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'oakland', 'arrive_time.time_relative': 'after', 'arrive_time.time': '10 am'} |
please give me flights from atlanta to boston on wednesday morning and thursday afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'afternoon'} |
flight from milwaukee to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'denver'} |
what does s designate as a meal | [[FUNCTION]] get_abbreviation {'meal_code': 's', 'meal': 'meal'} |
i would like to find a flight that goes from tampa to montreal making a stop in new york and a flight that serves lunch | [[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'montreal', 'stoploc.city_name': 'new york', 'meal_description': 'lunch'} |
okay i just want to know the cheapest fare from atlanta to boston | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
list all flights leaving san francisco monday afternoon arriving in pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'afternoon', 'toloc.city_name': 'pittsburgh'} |
give me flights without fares from atlanta to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'} |
show me the fares for delta flights from dallas to san francisco | [[FUNCTION]] get_airfare {'airline_name': 'delta', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
what is the latest evening flight leaving san francisco for washington | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington'} |
what is the first flight from boston to atlanta and what is the last flight from atlanta to boston | [[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
what are the classes of service on delta airlines | [[FUNCTION]] get_flight {'airline_name': 'delta airlines'} |
please list all flights tuesday dallas atlanta | [[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'fromloc.city_name': 'atlanta'} |
philadelphia to san francisco please | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'} |
what airlines fly boston to baltimore | [[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore'} |
i need to spend much of a day on the ground in atlanta find me an early flight from boston and the lastest possible flight back from atlanta | [[FUNCTION]] get_flight {'toloc.city_name': 'atlanta', 'flight_mod': 'lastest', 'fromloc.city_name': 'atlanta'} |
does delta airline fly from denver to pittsburgh | [[FUNCTION]] get_flight {'airline_name': 'delta airline', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'} |
list all flights 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'} |
list all flights from baltimore to san francisco on friday | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday'} |
show me the flights from denver to philadelphia again | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
what does hou mean | [[FUNCTION]] get_abbreviation {'airport_code': 'hou'} |
show me all flights from san francisco to new york nonstop | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'new york', 'flight_stop': 'nonstop'} |
i need a flight from phoenix to detroit leaving monday evening | [[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'detroit', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'evening'} |
i would like to book a flight from chicago to seattle on june fourth | [[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'depart_date.month_name': 'june', 'depart_date.day_number': 'fourth'} |
show me the flights on delta to atlanta in the morning | [[FUNCTION]] get_flight {'airline_name': 'delta', 'toloc.city_name': 'atlanta', 'depart_time.period_of_day': 'morning'} |
what 's the earliest flight from phoenix to salt lake city | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'salt lake city'} |
i want to fly from kansas city to chicago next wednesday arriving in the evening and returning the next day | [[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday', 'arrive_time.period_of_day': 'evening', 'return_date.date_relative': 'next'} |
please list the sunday flights from dallas to houston on american airlines | [[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'houston', 'airline_name': 'american airlines'} |
what flights leave san francisco after 8 pm and go to dallas fort worth | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': '8 pm', 'toloc.city_name': 'dallas fort worth'} |
what is the flight number for the continental flight which leaves denver at 1220 pm and goes to san francisco | [[FUNCTION]] get_flight_no {'airline_name': 'continental', 'fromloc.city_name': 'denver', 'depart_time.time': '1220 pm', 'toloc.city_name': 'san francisco'} |
what ground transportation is available in newark | [[FUNCTION]] get_ground_service {'city_name': 'newark'} |
show me all flights with fares from pittsburgh to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'} |
i want to fly philadelphia to dallas on july eighth | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'depart_date.month_name': 'july', 'depart_date.day_number': 'eighth'} |
i would like to travel from boston to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'} |
what flights go from pittsburgh to denver after 2 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'after', 'depart_time.time': '2 pm'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.