input
stringlengths
6
259
output
stringlengths
26
381
list the flights from salt lake city to st. petersburg
[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'st. petersburg'}
what are the least expensive flights from denver to atlanta
[[FUNCTION]] get_flight {'cost_relative': 'least expensive', 'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'}
list united flights from denver to san francisco on tuesdays or wednesdays
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'wednesdays', 'or': 'or'}
show me the flights on delta or twa which go through atlanta
[[FUNCTION]] get_flight {'airline_name': 'delta', 'or': 'or', 'airline_code': 'twa', 'stoploc.city_name': 'atlanta'}
is there a flight leaving san francisco to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver'}
show flights leaving boston on wednesday morning and arriving in denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning', 'toloc.city_name': 'denver'}
what airlines fly from boston to atlanta
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
cheapest fare from indianapolis to seattle
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'seattle'}
show me all daily flights out of boston that have coach class
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'boston', 'class_type': 'coach class'}
i need an early flight from denver to san francisco please and i would like breakfast served on that
[[FUNCTION]] get_flight {'flight_mod': 'early', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'meal_description': 'breakfast'}
dallas to baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
may i have a listing of flights on monday from minneapolis to long beach california please
[[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'long beach', 'toloc.state_name': 'california'}
630 am flight on august twenty seventh from atlanta to dallas
[[FUNCTION]] get_flight {'depart_time.time': '630 am', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas'}
i need a flight from philadelphia to san francisco next wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday'}
now show me the flights from denver to philadelphia on a saturday
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'saturday'}
what is the total seating capacity of all aircraft of american airlines
[[FUNCTION]] get_capacity {'mod': 'total', 'airline_name': 'american airlines'}
show me all flights from denver to burbank
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'burbank'}
show me all flights from san francisco that go to boston baltimore or philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'philadelphia'}
please list all the flights from boston to san francisco leaving before 10 am
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am'}
shortest flights from nashville to st. petersburg
[[FUNCTION]] get_flight {'flight_mod': 'shortest', 'fromloc.city_name': 'nashville', 'toloc.city_name': 'st. petersburg'}
what delta flights from cincinnati to new york city arrive at new york city before 6 pm on saturday
[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'new york city', 'arrive_time.time_relative': 'before', 'arrive_time.time': '6 pm', 'arrive_date.day_name': 'saturday'}
all fares and flights from philadelphia
[[FUNCTION]] get_airfare {'fromloc.city_name': 'philadelphia'}
are there any flights from denver to atlanta which connect in pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'connect': 'connect', 'stoploc.city_name': 'pittsburgh'}
show me the flights from newark new jersey to ontario international next saturday
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'fromloc.state_name': 'new jersey', 'toloc.airport_name': 'ontario international', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'saturday'}
show all nonstop flights from boston to atlanta
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
give me the flights from new york to las vegas and memphis to las vegas on sunday
[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday'}
what does ea mean
[[FUNCTION]] get_abbreviation {'airline_code': 'ea'}
show me the southwest airlines flights from san diego to san francisco
[[FUNCTION]] get_flight {'airline_name': 'southwest airlines', 'fromloc.city_name': 'san diego', 'toloc.city_name': 'san francisco'}
what is the first class fare for a round trip dallas to denver
[[FUNCTION]] get_airfare {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'denver'}
show me times for coach flights between boston and baltimore on wednesday
[[FUNCTION]] get_flight_time {'flight_time': 'times', 'class_type': 'coach', 'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'wednesday'}
what flights leaving pittsburgh arrive in denver and leave after say 6 o'clock at night
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'after', 'depart_time.time': "6 o'clock", 'depart_time.period_of_day': 'night'}
show me the flights from denver to westchester county
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'westchester county'}
show me the earliest flight on wednesday from baltimore to newark
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark'}
find me the earliest flight from boston to atlanta and the latest return to boston on the same day
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'boston', 'return_date.date_relative': 'day'}
what is airline dl
[[FUNCTION]] get_airline {'airline_code': 'dl'}
show me all flights from san francisco to atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'atlanta'}
i 'd like to book the cheapest one way flight from denver to pittsburgh on july fifteenth
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'july', 'depart_date.day_number': 'fifteenth'}
what are the flights available in the morning between denver and san francisco
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
does delta airlines fly from boston to washington dc
[[FUNCTION]] get_flight {'airline_name': 'delta airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
do you fly a 747 from baltimore to san francisco
[[FUNCTION]] get_flight {'aircraft_code': '747', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}
flights from baltimore to dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
what do you have tomorrow morning from pittsburgh to atlanta
[[FUNCTION]] get_flight {'depart_date.today_relative': 'tomorrow', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'}
i would like some information on the earliest flights you have leaving atlanta arriving in denver
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'}
what flights are there from cleveland to miami on us air that arrive in miami before 4 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami', 'airline_name': 'us air', 'arrive_time.time_relative': 'before', 'arrive_time.time': '4 pm'}
i need information on flights leaving philadelphia on friday arriving in oakland california
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'depart_date.day_name': 'friday', 'toloc.city_name': 'oakland', 'toloc.state_name': 'california'}
what flights are available from denver to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
i would like a flight from atlanta to dallas on friday that arrives in dallas by 6 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'friday', 'arrive_time.time_relative': 'by', 'arrive_time.time': '6 pm'}
please list the flights for me that leave dallas on tuesday morning and arrive in atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning', 'toloc.city_name': 'atlanta'}
all flights from baltimore to atlanta between 1 o'clock and 3 o'clock in the afternoon
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta', 'depart_time.start_time': "1 o'clock", 'depart_time.end_time': "3 o'clock", 'depart_time.period_of_day': 'afternoon'}
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'}
show me the flights from philadelphia to dallas that stop in atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.city_name': 'atlanta'}
i need to fly from baltimore to dallas on tuesday evening
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'evening'}
flights from newark to cleveland daily 5 o'clock pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'cleveland', 'flight_days': 'daily', 'depart_time.time': "5 o'clock pm"}
give me a flight between boston and denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
show me all flights from san francisco to boston philadelphia or baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'baltimore'}
show flights between boston and denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
what is the latest flight on wednesday going from atlanta to washington dc
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
what is the cheapest ticket from baltimore to san francisco on friday august thirtieth
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday', 'depart_date.month_name': 'august', 'depart_date.day_number': 'thirtieth'}
i 'd like a ticket from denver to atlanta with a stopover in pittsburgh is this possible
[[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'stoploc.city_name': 'pittsburgh'}
i would like a flight on american airlines from baltimore to san francisco with a stop in denver
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
what is the fare going one way on november seventh from denver to oakland
[[FUNCTION]] get_airfare {'round_trip': 'one way', 'depart_date.month_name': 'november', 'depart_date.day_number': 'seventh', 'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'}
is there a flight on united airlines from boston to denver
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
show me the evening flights from philadelphia to atlanta
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'atlanta'}
show me ground transportation in philadelphia on monday morning
[[FUNCTION]] get_ground_service {'city_name': 'philadelphia', 'day_name': 'monday', 'period_of_day': 'morning'}
tell me about flights from toronto to salt lake city
[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'salt lake city'}
i would like an american flight from toronto to san diego with a stopover in denver please
[[FUNCTION]] get_flight {'airline_name': 'american', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'stoploc.city_name': 'denver'}
what 's the cheapest one way flight from oakland to boston
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston'}
i want to fly from baltimore to dallas round trip
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas', 'round_trip': 'round trip'}
show me the one way flights from atlanta to pittsburgh
[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'pittsburgh'}
flights on sunday from tampa to charlotte
[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte'}
find travel arrangements for a round trip flight from dallas to pittsburgh
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'pittsburgh'}
what is the least expensive one way fare from boston to pittsburgh
[[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
what is the latest flight in the day to arrive in boston from baltimore
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'toloc.city_name': 'boston', 'fromloc.city_name': 'baltimore'}
what is 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 denver to pittsburgh and atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'}
does twa have a flight from indianapolis to houston arriving at 11 am
[[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'houston', 'arrive_time.time': '11 am'}
i need to know what flights leave atlanta on sunday evening and arrive in baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'evening', 'toloc.city_name': 'baltimore'}
i 'd like to find a us air flight from orlando to cleveland that arrives around 10 o'clock in the evening
[[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'orlando', 'toloc.city_name': 'cleveland', 'arrive_time.time_relative': 'around', 'arrive_time.time': "10 o'clock", 'arrive_time.period_of_day': 'evening'}
please list the twa flights from las vegas to new york and fare
[[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'new york'}
all flights from dallas to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
what 's the cheapest fare from san francisco to baltimore
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'baltimore'}
show me boston to oakland flights
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
i need to fly leaving philadelphia to atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'atlanta'}
i would like to find a flight from charlotte north carolina to las vegas i would like a stopover in st. louis
[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'fromloc.state_name': 'north carolina', 'toloc.city_name': 'las vegas', 'stoploc.city_name': 'st. louis'}
please show me any united flights including connections between boston and san francisco at 5 in the evening
[[FUNCTION]] get_flight {'airline_name': 'united', 'connect': 'connections', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_time.time': '5', 'depart_time.period_of_day': 'evening'}
flights from cincinnati to o 'hare departing after 718 am american
[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.airport_name': "o 'hare", 'depart_time.time_relative': 'after', 'depart_time.time': '718 am', 'airline_name': 'american'}
interested in a flight from washington to fort worth
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'fort worth'}
list nonstop flights from burbank to denver arriving by 6 pm
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'burbank', 'toloc.city_name': 'denver', 'arrive_time.time_relative': 'by', 'arrive_time.time': '6 pm'}
show me the schedule for airlines leaving pittsburgh going to san francisco for next monday
[[FUNCTION]] get_flight_time {'flight_time': 'schedule', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'monday'}
give me morning flights from charlotte to baltimore
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'baltimore'}
list all united flights from philadelphia to san francisco
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
i want to fly from milwaukee to orlando
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando'}
is there a flight from boston to atlanta which leaves boston in the afternoon and arrives close to 5 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.period_of_day': 'afternoon', 'arrive_time.time_relative': 'close', 'arrive_time.time': '5 pm'}
show me one way flights from milwaukee to orlando leaving on wednesday morning
[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning'}
show me all the flights from burbank
[[FUNCTION]] get_flight {'fromloc.city_name': 'burbank'}
show me the aircraft that canadian airlines uses
[[FUNCTION]] get_aircraft {'airline_name': 'canadian airlines'}
yes i live in washington and i want to make a trip to san francisco which airlines may i use for this trip
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'}
please list flights from atlanta to philly
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philly'}
flights from la guardia or jfk to cleveland
[[FUNCTION]] get_flight {'fromloc.airport_name': 'la guardia', 'or': 'or', 'fromloc.airport_code': 'jfk', 'toloc.city_name': 'cleveland'}
show me the american airline flights leaving phoenix on wednesday and arriving in milwaukee
[[FUNCTION]] get_flight {'airline_name': 'american airline', 'fromloc.city_name': 'phoenix', 'depart_date.day_name': 'wednesday', 'toloc.city_name': 'milwaukee'}