input
stringlengths
6
259
output
stringlengths
26
381
i 'd like a list of the flights from oakland to dallas fort worth on sunday
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'dallas fort worth', 'depart_date.day_name': 'sunday'}
find me a flight leaving boston at 12 o'clock
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'depart_time.time': "12 o'clock"}
how do i get from boston to pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
is there a flight in the afternoon from philadelphia that arrives in the evening in denver
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'philadelphia', 'arrive_time.period_of_day': 'evening', 'toloc.city_name': 'denver'}
what are the fares between new york and la on monday morning
[[FUNCTION]] get_airfare {'fromloc.city_name': 'new york', 'toloc.city_name': 'la', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}
yes on the delta flight leaving san francisco at 225 pm arriving philadelphia 1158 pm what type of equipment is used on that flight
[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'san francisco', 'depart_time.time': '225 pm', 'toloc.city_name': 'philadelphia', 'arrive_time.time': '1158 pm'}
show me a list of flights from boston to dc arriving before 9 am on july twenty second
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.state_code': 'dc', 'arrive_time.time_relative': 'before', 'arrive_time.time': '9 am', 'arrive_date.month_name': 'july', 'arrive_date.day_number': 'twenty second'}
i 'd like to take a flight that begins in boston and lands at dallas fort worth but i 'd like to stop over in philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas fort worth', 'stoploc.city_name': 'philadelphia'}
how many american airline flights leave denver june tenth
[[FUNCTION]] get_quantity {'airline_name': 'american airline', 'fromloc.city_name': 'denver', 'depart_date.month_name': 'june', 'depart_date.day_number': 'tenth'}
show me the flights from boston to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
i 'm looking for a flight that goes from san jose to houston on may thirtieth and that leaves after noon
[[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'houston', 'depart_date.month_name': 'may', 'depart_date.day_number': 'thirtieth', 'depart_time.time_relative': 'after', 'depart_time.time': 'noon'}
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'}
which united airlines flights go through denver
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'stoploc.city_name': 'denver'}
i need to fly 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'}
tell me which airlines have flights from pittsburgh to san francisco on monday september second
[[FUNCTION]] get_airline {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'monday', 'depart_date.month_name': 'september', 'depart_date.day_number': 'second'}
i need a flight from kansas city to chicago next wednesday that reaches chicago around 7 in the evening
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday', 'arrive_time.time_relative': 'around', 'arrive_time.time': '7', 'arrive_time.period_of_day': 'evening'}
what first class flights are available on july twenty fifth 1991 from denver to baltimore
[[FUNCTION]] get_flight {'class_type': 'first class', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty fifth', 'depart_date.year': '1991', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'}
what ground transport is available in baltimore
[[FUNCTION]] get_ground_service {'city_name': 'baltimore'}
show me the cheapest flights from san francisco to philadelphia
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'philadelphia'}
show all flights and fares from pittsburgh to san francisco
[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
show flights from denver to oakland that arrive after 12 o'clock
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland', 'arrive_time.time_relative': 'after', 'arrive_time.time': "12 o'clock"}
what does the meal code s stand for
[[FUNCTION]] get_abbreviation {'meal': 'meal', 'meal_code': 's'}
does delta have an early afternoon flight from boston to san francisco
[[FUNCTION]] get_flight {'airline_name': 'delta', 'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
what are the flights from boston to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
please show me all one way first class flights from indianapolis to memphis
[[FUNCTION]] get_flight {'round_trip': 'one way', 'class_type': 'first class', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis'}
please show me flights from dallas to atlanta on monday
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'monday'}
list number of people that can be carried on each type of plane that flies between pittsburgh and baltimore
[[FUNCTION]] get_capacity {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore'}
i 'd like information on the least expensive airfare round trip from pittsburgh to boston
[[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'round_trip': 'round trip', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston'}
does continental fly from denver to pittsburgh
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
i 'd like to find the least expensive one way fare from boston to philadelphia
[[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
airline and flight number from columbus to minneapolis
[[FUNCTION]] get_airline+flight_no {'fromloc.city_name': 'columbus', 'toloc.city_name': 'minneapolis'}
airports
[[FUNCTION]] get_airport {}
what airlines from washington dc to columbus
[[FUNCTION]] get_airline {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'columbus'}
round trip fares from baltimore to philadelphia less than 1000 dollars round trip fares from denver to philadelphia less than 1000 dollars round trip fares from pittsburgh to philadelphia less than 1000 dollars
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia', 'cost_relative': 'less', 'fare_amount': '1000 dollars'}
what do these cost
[[FUNCTION]] get_airfare {}
show me the flights on continental from indianapolis to san diego in the afternoon tomorrow
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'san diego', 'depart_time.period_of_day': 'afternoon', 'depart_date.today_relative': 'tomorrow'}
give me a list of airlines in pittsburgh
[[FUNCTION]] get_airline {'city_name': 'pittsburgh'}
flights from miami to cleveland
[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'cleveland'}
could you tell me if there is ground transportation between the boston airport and boston downtown
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'boston airport', 'toloc.city_name': 'boston'}
show flights from philadelphia to boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston'}
what delta flights are available from pittsburgh to san francisco
[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
show me all flights to philadelphia in the evening
[[FUNCTION]] get_flight {'toloc.city_name': 'philadelphia', 'depart_time.period_of_day': 'evening'}
shortest flight from ontario california to orlando florida
[[FUNCTION]] get_flight {'flight_mod': 'shortest', 'fromloc.city_name': 'ontario', 'fromloc.state_name': 'california', 'toloc.city_name': 'orlando', 'toloc.state_name': 'florida'}
are there any flights after 9 pm from san francisco to washington
[[FUNCTION]] get_flight {'depart_time.time_relative': 'after', 'depart_time.time': '9 pm', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington'}
i need a flight from san diego california to indianapolis indiana leaving in the afternoon on tuesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'fromloc.state_name': 'california', 'toloc.city_name': 'indianapolis', 'toloc.state_name': 'indiana', 'depart_time.period_of_day': 'afternoon', 'depart_date.day_name': 'tuesday'}
i 'd like also to book a one way flight from pittsburgh to atlanta the cheapest one on july twentieth
[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'cost_relative': 'cheapest', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twentieth'}
what limousine service in los angeles
[[FUNCTION]] get_ground_service {'transport_type': 'limousine', 'city_name': 'los angeles'}
well i 'll try last time tell me the kind of aircraft united airlines flies from denver to san francisco before 10 o'clock in the morning
[[FUNCTION]] get_aircraft {'airline_name': 'united airlines', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'before', 'depart_time.time': "10 o'clock", 'depart_time.period_of_day': 'morning'}
show me the flights from pittsburgh to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
what flights are there from nashville to houston tomorrow evening that serve dinner
[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'houston', 'depart_date.today_relative': 'tomorrow', 'depart_time.period_of_day': 'evening', 'meal_description': 'dinner'}
how many first class flights does united have leaving from all cities today
[[FUNCTION]] get_quantity {'class_type': 'first class', 'airline_name': 'united', 'depart_date.today_relative': 'today'}
display all flights from san francisco to boston on august eighth
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.month_name': 'august', 'depart_date.day_number': 'eighth'}
what 's the latest flight from houston to dallas
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'houston', 'toloc.city_name': 'dallas'}
please list the american airlines flights from houston to milwaukee
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'houston', 'toloc.city_name': 'milwaukee'}
i would like to book an early morning flight from tampa to charlotte on april sixth
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte', 'depart_date.month_name': 'april', 'depart_date.day_number': 'sixth'}
show me flights from denver to dc on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.state_code': 'dc', 'depart_date.day_name': 'wednesday'}
show me the flights from philadelphia to dallas with one stop
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'flight_stop': 'one stop'}
morning flight from boston to philadelphia
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
what price is a limousine service in boston
[[FUNCTION]] get_ground_fare {'transport_type': 'limousine', 'city_name': 'boston'}
please list all flights on united airlines and northwest airlines that go into denver and all flights on northwest airlines and united airlines that fly out of denver
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'toloc.city_name': 'denver', 'fromloc.city_name': 'denver'}
what are the sunday flights from oakland to washington dc
[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
what flights on united leave la guardia for san jose and arrive around 10 pm
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.airport_name': 'la guardia', 'toloc.city_name': 'san jose', 'arrive_time.time_relative': 'around', 'arrive_time.time': '10 pm'}
what are the flights from pittsburgh to denver and back
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'}
what 's the cheapest of the dallas to atlanta flights which are after 2 in the afternoon
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'after', 'depart_time.time': '2', 'depart_time.period_of_day': 'afternoon'}
what are the flights from montreal to chicago
[[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'toloc.city_name': 'chicago'}
list the flights and time of arrival for flights arriving in dallas fort worth from boston before noon
[[FUNCTION]] get_flight {'flight_time': 'time of arrival', 'toloc.city_name': 'dallas fort worth', 'fromloc.city_name': 'boston', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon'}
what is fare code q
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'q'}
all right what us air flights leave from indianapolis to san diego after 130 in the afternoon
[[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'san diego', 'depart_time.time_relative': 'after', 'depart_time.time': '130', 'depart_time.period_of_day': 'afternoon'}
on monday i would like to travel from charlotte north carolina to phoenix arizona i would like to arrive in phoenix before 4 pm
[[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'fromloc.city_name': 'charlotte', 'fromloc.state_name': 'north carolina', 'toloc.city_name': 'phoenix', 'toloc.state_name': 'arizona', 'arrive_time.time_relative': 'before', 'arrive_time.time': '4 pm'}
give me a flight from new york city to las vegas and a flight from memphis to las vegas that arrive at the same time
[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas'}
flights from atlanta please
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta'}
show me all flights on thursday from atlanta to oakland which arrive in oakland before 5 o'clock pm and serve a meal
[[FUNCTION]] get_flight {'depart_date.day_name': 'thursday', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'oakland', 'arrive_time.time_relative': 'before', 'arrive_time.time': "5 o'clock pm", 'meal': 'meal'}
what is the latest flight from milwaukee to seattle tomorrow
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'seattle', 'depart_date.today_relative': 'tomorrow'}
what flights are there on wednesday evening from denver to sfo
[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'denver', 'toloc.airport_code': 'sfo'}
what does restriction ap 57
[[FUNCTION]] get_abbreviation {'restriction_code': 'ap 57'}
i need a return flight from chicago to kansas city leaving chicago around 7 in the evening next thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'kansas city', 'depart_time.time_relative': 'around', 'depart_time.time': '7', 'depart_time.period_of_day': 'evening', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'thursday'}
i need a flight tomorrow from atlanta to baltimore
[[FUNCTION]] get_flight {'depart_date.today_relative': 'tomorrow', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'}
show me airlines going from pittsburgh going to denver and then continuing to san francisco on monday
[[FUNCTION]] get_airline {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'monday'}
list all flights on continental which leave seattle and arrive in chicago departing on sunday after 430 pm
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'seattle', 'toloc.city_name': 'chicago', 'depart_date.day_name': 'sunday', 'depart_time.time_relative': 'after', 'depart_time.time': '430 pm'}
i would like to find a flight that goes from la guardia airport to san jose i would like the flight to be on united airlines and arrive in san jose around 10 pm
[[FUNCTION]] get_flight {'fromloc.airport_name': 'la guardia airport', 'toloc.city_name': 'san jose', 'airline_name': 'united airlines', 'arrive_time.time_relative': 'around', 'arrive_time.time': '10 pm'}
flights from denver to philadelphia include fares
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
show me the flights leaving from love field
[[FUNCTION]] get_flight {'fromloc.airport_name': 'love field'}
i want to fly from denver to san francisco with at least one stop
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'flight_stop': 'one stop'}
what is the latest flight i can take from washington to san francisco
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'}
what are the flights from denver to baltimore on united airlines
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'airline_name': 'united airlines'}
show me cheap flights from baltimore to dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
chicago to san francisco on continental
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'san francisco', 'airline_name': 'continental'}
list the flights arriving in baltimore from boston before 10 am on august third
[[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'fromloc.city_name': 'boston', 'arrive_time.time_relative': 'before', 'arrive_time.time': '10 am', 'arrive_date.month_name': 'august', 'arrive_date.day_number': 'third'}
what kind of aircraft does delta use before 8 am on august second from boston to denver
[[FUNCTION]] get_aircraft {'airline_name': 'delta', 'depart_time.time_relative': 'before', 'depart_time.time': '8 am', 'depart_date.month_name': 'august', 'depart_date.day_number': 'second', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
show all flights from baltimore to dallas on monday evening and the cost of each flight
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'evening'}
what flights are available from boston to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
where is lester pearson airport
[[FUNCTION]] get_city {'airport_name': 'lester pearson airport'}
on april twenty would like to fly from denver to pittsburgh at about 8 o'clock in the morning
[[FUNCTION]] get_flight {'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_time.time_relative': 'about', 'depart_time.time': "8 o'clock", 'depart_time.period_of_day': 'morning'}
hi i 'd like to fly from columbus to phoenix and make a stop in cincinnati along the way
[[FUNCTION]] get_flight {'fromloc.city_name': 'columbus', 'toloc.city_name': 'phoenix', 'stoploc.city_name': 'cincinnati'}
before 10 o'clock on tuesday is there a 747 that flies from baltimore to san francisco
[[FUNCTION]] get_flight {'depart_time.time_relative': 'before', 'depart_time.time': "10 o'clock", 'depart_date.day_name': 'tuesday', 'aircraft_code': '747', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}
i 'd like to arrange for two friends to fly into los angeles next saturday evening one of the people is coming from kansas city and the other is coming from las vegas
[[FUNCTION]] get_flight {'toloc.city_name': 'los angeles', 'arrive_date.date_relative': 'next', 'arrive_date.day_name': 'saturday', 'arrive_time.period_of_day': 'evening', 'fromloc.city_name': 'las vegas'}
give me the flights from salt lake city to new york city arriving before 6 pm
[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'new york city', 'arrive_time.time_relative': 'before', 'arrive_time.time': '6 pm'}
i need a flight from cincinnati to san jose leaving after 6 in the evening
[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'san jose', 'depart_time.time_relative': 'after', 'depart_time.time': '6', 'depart_time.period_of_day': 'evening'}
what 's the cost of a first class fare from philadelphia to san francisco
[[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
dallas to san francisco leaving after 4 in the afternoon please
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': '4', 'depart_time.period_of_day': 'afternoon'}