input stringlengths 6 259 | output stringlengths 26 381 |
|---|---|
show me flights from san francisco to atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'atlanta'} |
flights from boston flights from philadelphia to boston on monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston', 'depart_date.day_name': 'monday'} |
what is the lowest fare united charges between boston and san francisco | [[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'airline_name': 'united', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
what is the minimum connection time for houston intercontinental | [[FUNCTION]] get_flight_time {'airport_name': 'houston intercontinental'} |
list all takeoffs and landings at general mitchell international | [[FUNCTION]] get_flight {'airport_name': 'general mitchell international'} |
show me all flights from boston to atlanta which leave atlanta after noon tomorrow | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'after', 'depart_time.time': 'noon', 'depart_date.today_relative': 'tomorrow'} |
what flights from dallas to houston on sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'houston', 'depart_date.day_name': 'sunday'} |
what are all flights from boston to pittsburgh on wednesdays | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'wednesdays'} |
give me a flight from tampa to charlotte on sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte', 'depart_date.day_name': 'sunday'} |
show me the cheapest round trip fares from san francisco to salt lake city | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'salt lake city'} |
what flights go from dallas to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'} |
show me all canadian airlines flights from toronto | [[FUNCTION]] get_flight {'airline_name': 'canadian airlines', 'fromloc.city_name': 'toronto'} |
what flights arrive in chicago on sunday on continental | [[FUNCTION]] get_flight {'toloc.city_name': 'chicago', 'arrive_date.day_name': 'sunday', 'airline_name': 'continental'} |
show me the cities served by nationair | [[FUNCTION]] get_city {'airline_name': 'nationair'} |
flights from phoenix to milwaukee on wednesday evening | [[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'evening'} |
i want information on flights from atlanta to washington dc i want to leave after 4 pm on wednesday or before 9 am on thursday | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_time.time_relative': 'before', 'depart_time.time': '9 am', 'depart_date.day_name': 'thursday', 'or': 'or'} |
i 'd like united airlines flights from denver to baltimore | [[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'} |
show me flights from dallas to houston and from houston to dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'dallas'} |
show me the flights from miami to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'denver'} |
in boston is there ground transportation between airport and downtown | [[FUNCTION]] get_ground_service {'city_name': 'boston'} |
i need information flight information for tuesday on a flight leaving baltimore bound for dallas | [[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'} |
i would like information on ground transportation city of boston between airport and downtown | [[FUNCTION]] get_ground_service {'city_name': 'city of boston'} |
which flight from pittsburgh to baltimore carries the smallest number of passengers | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'mod': 'smallest'} |
what 's the first flight after 1 pm leaving washington to denver | [[FUNCTION]] get_flight {'flight_mod': 'first', 'depart_time.time_relative': 'after', 'depart_time.time': '1 pm', 'fromloc.city_name': 'washington', 'toloc.city_name': 'denver'} |
i am interested in a flight on an aircraft number 727 i would like to go from washington to atlanta | [[FUNCTION]] get_flight {'aircraft_code': '727', 'fromloc.city_name': 'washington', 'toloc.city_name': 'atlanta'} |
what are the coach fares for flights from charlotte to newark tuesday afternoon | [[FUNCTION]] get_airfare {'class_type': 'coach', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'newark', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'afternoon'} |
list ground transportation options at phoenix | [[FUNCTION]] get_ground_service {'city_name': 'phoenix'} |
show me the air fare for the flights from baltimore to dallas | [[FUNCTION]] get_airfare {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'} |
please find the cheapest fare from boston to san francisco | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
fare code y what does that mean | [[FUNCTION]] get_abbreviation {'fare_basis_code': 'y'} |
show me flights from boston to denver on tuesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.day_name': 'tuesday'} |
give me the least expensive first class round trip ticket on us air from cleveland to miami | [[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'class_type': 'first class', 'round_trip': 'round trip', 'airline_name': 'us air', 'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami'} |
show flights and fare information from pittsburgh connecting through denver to oakland | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'connect': 'connecting', 'stoploc.city_name': 'denver', 'toloc.city_name': 'oakland'} |
list all flights leaving on thursday morning from new york city to montreal | [[FUNCTION]] get_flight {'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'new york city', 'toloc.city_name': 'montreal'} |
i need a flight from boston to pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'} |
list all flights on sunday from san francisco to pittsburgh nonstop | [[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'flight_stop': 'nonstop'} |
show me all flights from denver to philadelphia on saturday after sunday which leave after noon | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'sunday', 'depart_date.date_relative': 'after', 'depart_time.time_relative': 'after', 'depart_time.time': 'noon'} |
please list the american airlines flights from philadelphia to dallas on tuesday october first | [[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'tuesday', 'depart_date.month_name': 'october', 'depart_date.day_number': 'first'} |
give me the flights from indianapolis to orlando on december twenty seventh and twenty eighth | [[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando', 'depart_date.month_name': 'december', 'depart_date.day_number': 'twenty eighth'} |
show me the flights from oakland to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'denver'} |
tell me about flights from toronto to salt lake city leaving toronto between 530 and 7 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'salt lake city', 'depart_time.start_time': '530', 'depart_time.end_time': '7 pm'} |
show me all flights from minneapolis to san diego that arrive before 7 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'san diego', 'arrive_time.time_relative': 'before', 'arrive_time.time': '7 pm'} |
i need a flight from philadelphia to dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'} |
philadelphia to boston saturday | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston', 'depart_date.day_name': 'saturday'} |
which airlines fly from toronto to san diego and have a stopover in denver | [[FUNCTION]] get_airline {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'stoploc.city_name': 'denver'} |
what flights go from charlotte to baltimore in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'baltimore', 'depart_time.period_of_day': 'morning'} |
what flights leave washington dc and arrive in san francisco on wednesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco', 'arrive_date.day_name': 'wednesday'} |
i 'd like a flight from indianapolis to toronto leaving thursday morning nonstop | [[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'toronto', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning', 'flight_stop': 'nonstop'} |
what is your least expensive fare between atlanta and boston | [[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
i need information for ground transportation denver colorado | [[FUNCTION]] get_ground_service {'city_name': 'denver', 'state_name': 'colorado'} |
are there any flights from denver to pittsburgh with a stopover in atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'stoploc.city_name': 'atlanta'} |
list all the flights that takeoff from general mitchell international | [[FUNCTION]] get_flight {'fromloc.airport_name': 'general mitchell international'} |
i 'm going to leave philadelphia and i want to go to san francisco and i want to fly first class american and i want a stop in dallas can you please tell me what type of aircraft you will be flying | [[FUNCTION]] get_aircraft {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'class_type': 'first class', 'airline_name': 'american', 'stoploc.city_name': 'dallas'} |
what is the latest flight leaving newark for los angeles wednesday | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'newark', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'wednesday'} |
find the cheapest one way fare from pittsburgh to san francisco | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'} |
show me the flights from atlanta to washington dc on thursday evening | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'evening'} |
show me the flights from salt lake city to st. petersburg late night on tuesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'st. petersburg', 'depart_time.period_mod': 'late', 'depart_time.period_of_day': 'night', 'depart_date.day_name': 'tuesday'} |
what is the latest afternoon flight departing san francisco and arriving in boston on november ninth | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'arrive_date.month_name': 'november', 'arrive_date.day_number': 'ninth'} |
i would like a coach class seat on a flight leaving denver arriving atlanta | [[FUNCTION]] get_flight {'class_type': 'coach class', 'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'} |
tell me about flights from charlotte to atlanta next tuesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'atlanta', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday'} |
show me flights from atlanta to washington | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington'} |
i 'd like to take a flight from washington dc stop in denver and with my final destination as san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'stoploc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
what are the flights on january first 1992 from boston to san francisco | [[FUNCTION]] get_flight {'depart_date.month_name': 'january', 'depart_date.day_number': 'first', 'depart_date.year': '1992', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
please give me evening flights leaving philadelphia to san francisco friday | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday'} |
what 's the lowest round trip fare from atlanta to pittsburgh | [[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'round_trip': 'round trip', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'pittsburgh'} |
how many different flight classes are there | [[FUNCTION]] get_quantity {} |
show me a list of flights from boston to atlanta leaving after noon and arriving before 7 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'after', 'depart_time.time': 'noon', 'arrive_time.time_relative': 'before', 'arrive_time.time': '7 pm'} |
what flights are there from denver to atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'} |
i want a flight that leaves from charlotte to newark that leaves in the afternoon or evening | [[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'newark', 'depart_time.period_of_day': 'evening', 'or': 'or'} |
does united airline have any flights from dallas to san francisco | [[FUNCTION]] get_flight {'airline_name': 'united airline', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
show me flights on wednesday morning boston to denver for united airlines first class | [[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'airline_name': 'united airlines', 'class_type': 'first class'} |
which airline offers the cheapest rate going from dallas to baltimore on july fourth | [[FUNCTION]] get_airline {'cost_relative': 'cheapest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'july', 'depart_date.day_number': 'fourth'} |
i would like to plan a flight on american airlines from boston to denver | [[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'} |
list evening flights tomorrow from phoenix to detroit | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'depart_date.today_relative': 'tomorrow', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'detroit'} |
tell me about ground transportation at toronto | [[FUNCTION]] get_ground_service {'city_name': 'toronto'} |
what are the seating capacities of planes between pittsburgh and baltimore | [[FUNCTION]] get_capacity {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore'} |
show me all flights from boston to pittsburgh on wednesday after 6 o'clock pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'after', 'depart_time.time': "6 o'clock pm"} |
what is the ground transportation available in denver | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
i 'd like to see all flights from denver to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
show me the flights from baltimore to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'} |
please give me a flight from boston to atlanta before 10 am in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am', 'depart_time.period_of_day': 'morning'} |
show me flights from new york to miami | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'} |
flights from los angeles to pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh'} |
list all round trip flights from indianapolis to orlando departing either on december twenty seventh or on december twenty eighth | [[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando', 'depart_date.month_name': 'december', 'depart_date.day_number': 'twenty eighth', 'or': 'or'} |
what flight is available at noontime from boston to washington what flight is available around noontime from boston to washington | [[FUNCTION]] get_flight {'depart_time.time': 'noontime', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'depart_time.time_relative': 'around'} |
hi could i get a one way ticket from milwaukee to orlando | [[FUNCTION]] get_airfare {'round_trip': 'one way', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando'} |
i want to see the cheapest flight from denver to pittsburgh | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'} |
show me the flights from san francisco to las vegas | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'las vegas'} |
show afternoon flights from dallas to san francisco | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
i would like the cheapest flight from pittsburgh to atlanta leaving april twenty fifth and returning may sixth | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty fifth', 'return_date.month_name': 'may', 'return_date.day_number': 'sixth'} |
round trip fares from baltimore to philadelphia under 1000 dollars | [[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia', 'cost_relative': 'under', 'fare_amount': '1000 dollars'} |
which airlines serve denver | [[FUNCTION]] get_airline {'city_name': 'denver'} |
what flights leave after 7 pm from boston to pittsburgh | [[FUNCTION]] get_flight {'depart_time.time_relative': 'after', 'depart_time.time': '7 pm', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'} |
flights from phoenix to newark | [[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'newark'} |
dl 296 denver to philadelphia what is the fare | [[FUNCTION]] get_airfare {'airline_code': 'dl', 'flight_number': '296', 'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
show me the flights from boston to san francisco that stop in dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'} |
show me the flights from boston to atlanta and the return flights from atlanta to boston | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
how many nonstop flights going from dallas to oakland july twenty seventh | [[FUNCTION]] get_quantity {'flight_stop': 'nonstop', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'oakland', 'arrive_date.month_name': 'july', 'arrive_date.day_number': 'twenty seventh'} |
what is the ground transport in denver | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
please list all flights from oakland to dallas on sunday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'morning'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.