input stringlengths 6 259 | output stringlengths 26 381 |
|---|---|
i 'd like to fly united airlines from washington to denver | [[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'washington', 'toloc.city_name': 'denver'} |
show me all flights from miami to new york | [[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'new york'} |
give me flights from pittsburgh to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore'} |
show me all flights from pittsburgh to baltimore which leave thursday after 3 o'clock pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'after', 'depart_time.time': "3 o'clock pm"} |
i need a flight from atlanta to charlotte north carolina next monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'charlotte', 'toloc.state_name': 'north carolina', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'monday'} |
what ground transportation is there from denver | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
what do you have on monday from dallas fort worth to oakland california | [[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'fromloc.city_name': 'dallas fort worth', 'toloc.city_name': 'oakland', 'toloc.state_name': 'california'} |
i would like the flights available from boston to denver arriving in denver on 9 o'clock wednesday morning on or by 9 o'clock wednesday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'arrive_time.time': "9 o'clock", 'arrive_date.day_name': 'wednesday', 'arrive_time.period_of_day': 'morning', 'or': 'or', 'arrive_time.time_relative': 'by'} |
show me the cheapest fares from san diego to miami one way | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'san diego', 'toloc.city_name': 'miami', 'round_trip': 'one way'} |
show me the united flights which go from boston to washington dc | [[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'} |
i 'd like to know the earliest flights from boston to atlanta georgia | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'toloc.state_name': 'georgia'} |
show me all flights from new york to miami leaving on a tuesday and show me all flights from miami to new york leaving on sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'new york', 'depart_date.day_name': 'sunday'} |
what is ewr | [[FUNCTION]] get_abbreviation {'airport_code': 'ewr'} |
i want to see the cheapest flight from atlanta to baltimore | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'} |
what flights are there from new york to las vegas | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'las vegas'} |
find me the earliest flight from boston to denver that serves breakfast | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'meal_description': 'breakfast'} |
a first class flight on american to san francisco on the coming tuesday | [[FUNCTION]] get_flight {'class_type': 'first class', 'airline_name': 'american', 'toloc.city_name': 'san francisco', 'depart_date.date_relative': 'coming', 'depart_date.day_name': 'tuesday'} |
show me all flights from boston to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'} |
what ground transport is available in minneapolis | [[FUNCTION]] get_ground_service {'city_name': 'minneapolis'} |
list the flights from st. petersburg to toronto | [[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'toronto'} |
is there a limousine service available from the pittsburgh airport | [[FUNCTION]] get_ground_service {'transport_type': 'limousine', 'fromloc.airport_name': 'pittsburgh airport'} |
what are the flights from san francisco to washington dc | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'} |
philadelphia to san francisco monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'monday'} |
what are the restrictions on the cheapest one way fare between boston and oakland | [[FUNCTION]] get_restriction {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'} |
information on american airline flights from washington to philadelphia early morning times of flight | [[FUNCTION]] get_flight {'airline_name': 'american airline', 'fromloc.city_name': 'washington', 'toloc.city_name': 'philadelphia', 'depart_time.period_of_day': 'morning', 'flight_time': 'times of flight'} |
show me all the available flights from baltimore to dallas with economy fares | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas', 'economy': 'economy'} |
baltimore to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'} |
are there any other cities that i can fly from boston to dallas through that i can get a flight earlier than 1017 in the morning | [[FUNCTION]] get_city {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas', 'depart_time.time_relative': 'earlier', 'depart_time.time': '1017', 'depart_time.period_of_day': 'morning'} |
i need flight information leaving atlanta and arriving in baltimore for monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore', 'arrive_date.day_name': 'monday'} |
list departure times from denver to philadelphia which are later than 10 o'clock and earlier than 2 pm | [[FUNCTION]] get_flight_time {'flight_time': 'departure times', 'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'depart_time.time_relative': 'earlier', 'depart_time.time': '2 pm'} |
show me the latest dinner flight from baltimore to oakland | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'meal_description': 'dinner', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'oakland'} |
ground transport in oakland | [[FUNCTION]] get_ground_service {'city_name': 'oakland'} |
show me the flights from denver to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
what does fare code qo mean | [[FUNCTION]] get_abbreviation {'fare_basis_code': 'qo'} |
does midwest express serve indianapolis | [[FUNCTION]] get_flight {'airline_name': 'midwest', 'city_name': 'indianapolis'} |
list all flights from atlanta to baltimore thursday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'} |
show me the flights on american airlines from fort worth to denver on the evening of july eleventh | [[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'fort worth', 'toloc.city_name': 'denver', 'depart_time.period_of_day': 'evening', 'depart_date.month_name': 'july', 'depart_date.day_number': 'eleventh'} |
what ground transportation is available at the atlanta airport | [[FUNCTION]] get_ground_service {'airport_name': 'atlanta airport'} |
i would like information on flights from dallas to atlanta arriving in atlanta on tuesday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta', 'arrive_date.day_name': 'tuesday', 'arrive_time.period_of_day': 'morning'} |
list all us air flights from miami to cleveland leaving on sunday afternoon | [[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'miami', 'toloc.city_name': 'cleveland', 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'afternoon'} |
please list all flights from dallas to pittsburgh on july fourth 1991 | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'july', 'depart_date.day_number': 'fourth', 'depart_date.year': '1991'} |
give me the flights from miami to new york using tower air | [[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'new york', 'airline_name': 'tower air'} |
does flight dl 1083 from philadelphia to denver fly on saturdays | [[FUNCTION]] get_flight {'airline_code': 'dl', 'flight_number': '1083', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver', 'depart_date.day_name': 'saturdays'} |
what are the different classes of service and the prices for us air | [[FUNCTION]] get_airfare {'airline_name': 'us air'} |
i would like a flight leaving from boston arriving in san francisco with a stopover in atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'atlanta'} |
what is the earliest flight from memphis to las vegas | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas'} |
i 'd like to have flight from denver to pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'} |
show me the flight classes for delta airlines | [[FUNCTION]] get_flight {'airline_name': 'delta airlines'} |
what is the earliest flight between pittsburgh and denver that serves breakfast | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver', 'meal_description': 'breakfast'} |
okay i would like to fly from atlanta to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia'} |
find travel arrangements for a round trip flight from baltimore to pittsburgh after 8 o'clock pm before 10 o'clock pm | [[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'pittsburgh', 'depart_time.time_relative': 'before', 'depart_time.time': "10 o'clock pm"} |
i would like to fly from boston to philadelphia next thursday | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'thursday'} |
lowest fare from san francisco to orlando | [[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'orlando'} |
could you please find me the earliest flight from boston to oakland | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'} |
can you find out about the ground transportation available in atlanta | [[FUNCTION]] get_ground_service {'city_name': 'atlanta'} |
do you have any flights from boston to dallas fort worth that stop over in philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas fort worth', 'stoploc.city_name': 'philadelphia'} |
for each airline flying between boston and san francisco what is the earliest flight | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'flight_mod': 'earliest'} |
list all the airlines flying between washington and denver | [[FUNCTION]] get_airline {'fromloc.city_name': 'washington', 'toloc.city_name': 'denver'} |
what is the round trip fare on continental 1291 from denver to san francisco and return | [[FUNCTION]] get_airfare {'round_trip': 'return', 'airline_name': 'continental', 'flight_number': '1291', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
nonstop flights from new york city to las vegas on sunday | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'new york city', 'toloc.city_name': 'las vegas', 'arrive_date.day_name': 'sunday'} |
what is the earliest flight leaving denver and arriving in baltimore on united airlines first class on july fourth | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'airline_name': 'united airlines', 'class_type': 'first class', 'arrive_date.month_name': 'july', 'arrive_date.day_number': 'fourth'} |
i need to go from boston to denver and then to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
does eastern have an early afternoon flight from boston to san francisco | [[FUNCTION]] get_flight {'airline_name': 'eastern', 'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
show me airports near washington dc | [[FUNCTION]] get_airport {'city_name': 'washington', 'state_code': 'dc'} |
give me flights from denver to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'} |
what flights from phoenix to las vegas on saturday | [[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'saturday'} |
show me all the flights out of boston today | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'depart_date.today_relative': 'today'} |
what does the fare code f mean | [[FUNCTION]] get_abbreviation {'fare_basis_code': 'f'} |
what flights from burbank to milwaukee leave burbank tomorrow | [[FUNCTION]] get_flight {'fromloc.city_name': 'burbank', 'toloc.city_name': 'milwaukee', 'depart_date.today_relative': 'tomorrow'} |
the cheapest flights between boston and philadelphia which arrive between 3 and 5 o'clock on tuesday | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia', 'arrive_time.start_time': '3', 'arrive_time.end_time': "5 o'clock", 'arrive_date.day_name': 'tuesday'} |
show me the flights from atlanta to boston | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
i need a flight to atlanta this afternoon | [[FUNCTION]] get_flight {'toloc.city_name': 'atlanta', 'depart_date.today_relative': 'this', 'depart_time.period_of_day': 'afternoon'} |
what is the fare on november seventh going one way from san francisco to oakland | [[FUNCTION]] get_airfare {'depart_date.month_name': 'november', 'depart_date.day_number': 'seventh', 'round_trip': 'one way', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'oakland'} |
is there a continental flight leaving from las vegas to new york nonstop | [[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'new york', 'flight_stop': 'nonstop'} |
show me all first class fares from new york to miami leaving on a tuesday | [[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'depart_date.day_name': 'tuesday'} |
i 'd like a flight from san diego to toronto on alaska airlines leaving around 1 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'toronto', 'airline_name': 'alaska airlines', 'depart_time.time_relative': 'around', 'depart_time.time': '1 pm'} |
what is ua | [[FUNCTION]] get_abbreviation {'airline_code': 'ua'} |
show me all first class prices from dallas to baltimore | [[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'} |
flights from cleveland to miami | [[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami'} |
dallas ground transportation | [[FUNCTION]] get_ground_service {'city_name': 'dallas'} |
what does restriction ap 57 mean | [[FUNCTION]] get_abbreviation {'restriction_code': 'ap 57'} |
show me flights from atlanta to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'} |
list all flights going from boston to atlanta after 6 o'clock pm on wednesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'after', 'depart_time.time': "6 o'clock pm", 'depart_date.day_name': 'wednesday'} |
what flights do you have leaving boston going to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
give me information on flights from atlanta to washington dc leaving on thursday before 0900 | [[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': '0900'} |
what are the flights from atlanta to boston in the afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'depart_time.period_of_day': 'afternoon'} |
do you have a flight from salt lake city to st. petersburg | [[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'st. petersburg'} |
i want a flight from boston to denver that stops in pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'stoploc.city_name': 'pittsburgh'} |
i 'm interested in the cheapest fare from washington to fort worth | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'washington', 'toloc.city_name': 'fort worth'} |
list all flights at general mitchell international | [[FUNCTION]] get_flight {'fromloc.airport_name': 'general mitchell international'} |
list all flights from new york to las vegas that fly nonstop on sunday and list flights from memphis to las vegas that fly nonstop on sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas', 'flight_stop': 'nonstop', 'depart_date.day_name': 'sunday'} |
what does ewr mean | [[FUNCTION]] get_abbreviation {'airport_code': 'ewr'} |
show me which flights from san francisco to pittsburgh on a monday are first class | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'monday', 'class_type': 'first class'} |
i would like to fly to san francisco early in the day | [[FUNCTION]] get_flight {'toloc.city_name': 'san francisco', 'depart_time.period_mod': 'early'} |
give me a list of flights between denver and oakland | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'} |
what is the latest first class flight of the day leaving dallas for san francisco | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'class_type': 'first class', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
what 's the latest flight i can get from dallas to boston | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston'} |
i 'd like to have some information on a ticket from denver to atlanta with a stop in pittsburgh | [[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'stoploc.city_name': 'pittsburgh'} |
what is the cheapest coach flight between dallas and baltimore leaving august tenth | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'class_type': 'coach', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'august', 'depart_date.day_number': 'tenth'} |
do you have a flight leaving boston at 645 am going to washington | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'depart_time.time': '645 am', 'toloc.city_name': 'washington'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.