input
stringlengths
6
259
output
stringlengths
26
381
show me flights from pittsburgh to philadelphia on wednesday morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning'}
what 's the earliest flight leaving denver for pittsburgh
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
tell me about flights from atlanta to charlotte north carolina leaving on monday and arriving in charlotte
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'charlotte', 'toloc.state_name': 'north carolina', 'depart_date.day_name': 'monday'}
i want to fly from miami to chicago on american airlines and arrive at around 5 o'clock in the afternoon show me all flights
[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'chicago', 'airline_name': 'american airlines', 'arrive_time.time_relative': 'around', 'arrive_time.time': "5 o'clock", 'arrive_time.period_of_day': 'afternoon'}
what flights from st. louis to st. paul on thursday leaving after 10 am
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. louis', 'toloc.city_name': 'st. paul', 'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'after', 'depart_time.time': '10 am'}
please list the flights from new york to los angeles
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'los angeles'}
are there any flights from denver to atlanta to pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
what first class airplane goes from philadelphia to san francisco and stops in dallas in the afternoon on monday
[[FUNCTION]] get_aircraft {'class_type': 'first class', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas', 'depart_time.period_of_day': 'afternoon', 'depart_date.day_name': 'monday'}
show flights from denver to oakland
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'}
cheapest fare from indianapolis to seattle
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'seattle'}
what 's the cheapest flight from dallas to baltimore on december seventeenth
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'december', 'depart_date.day_number': 'seventeenth'}
show me the flights from dallas to boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston'}
please give me direct morning flights from pittsburgh to atlanta
[[FUNCTION]] get_flight {'connect': 'direct', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'}
display all flights from baltimore to dallas on july twenty ninth
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty ninth'}
what is the cost of a business class ticket going from boston to dallas leaving july first
[[FUNCTION]] get_airfare {'class_type': 'business class', 'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas', 'depart_date.month_name': 'july', 'depart_date.day_number': 'first'}
show me the continental flights with meals which depart seattle on sunday for chicago
[[FUNCTION]] get_flight {'airline_name': 'continental', 'meal': 'meals', 'fromloc.city_name': 'seattle', 'depart_date.day_name': 'sunday', 'toloc.city_name': 'chicago'}
flights from pittsburgh to newark
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'newark'}
show me the flights from baltimore to boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'boston'}
i would like to book an early morning flight from tampa florida to charlotte north carolina on april sixth
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'tampa', 'fromloc.state_name': 'florida', 'toloc.city_name': 'charlotte', 'toloc.state_name': 'north carolina', 'depart_date.month_name': 'april', 'depart_date.day_number': 'sixth'}
does united airlines provide any first class flights from denver to baltimore
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'class_type': 'first class', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'}
i would like a twa flight from atlanta to san francisco with a stopover in denver
[[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
i 'm looking for a flight from charlotte to las vegas that stops in st. louis hopefully a dinner flight how can i find that out
[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'las vegas', 'stoploc.city_name': 'st. louis', 'meal_description': 'dinner'}
denver to san francisco wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'wednesday'}
all flights from boston to washington dc
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
nonstop flights seattle to kansas city
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'toloc.city_name': 'kansas city'}
is there a meal on delta flight 852 from san francisco to dallas fort worth
[[FUNCTION]] get_meal {'meal': 'meal', 'airline_name': 'delta', 'flight_number': '852', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'dallas fort worth'}
list the flights that leave from philadelphia to atlanta early thursday morning before 8 am
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'atlanta', 'depart_time.period_mod': 'early', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning', 'depart_time.time_relative': 'before', 'depart_time.time': '8 am'}
what are the flights from boston to baltimore leaving tomorrow
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore', 'depart_date.today_relative': 'tomorrow'}
show all united flights between boston and philadelphia
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
what is the earliest flight from pittsburgh to san francisco
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
what flights are there between washington dc and san francisco leaving washington after 6 pm on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm', 'depart_date.day_name': 'wednesday'}
what flights go from denver to atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'}
show me all the flights from toronto on nationair
[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'airline_name': 'nationair'}
list all nonstop flights from los angeles to pittsburgh which arrive before 5 pm on tuesday
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh', 'arrive_time.time_relative': 'before', 'arrive_time.time': '5 pm', 'arrive_date.day_name': 'tuesday'}
i 'd like to fly from columbus to nashville tomorrow morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'columbus', 'toloc.city_name': 'nashville', 'depart_date.today_relative': 'tomorrow', 'depart_time.period_of_day': 'morning'}
i need flights that arrive in baltimore from pittsburgh
[[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'fromloc.city_name': 'pittsburgh'}
all round trip flights between new york and miami business class fare
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'class_type': 'business class'}
find travel arrangements for a round trip flight from dallas to pittsburgh arriving after 8 pm
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'pittsburgh', 'arrive_time.time_relative': 'after', 'arrive_time.time': '8 pm'}
give me american airlines from milwaukee to phoenix on saturday and sunday
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'sunday'}
what types of ground transportation are available in philadelphia
[[FUNCTION]] get_ground_service {'city_name': 'philadelphia'}
i would like a flight between boston and atlanta on any day at one in the afternoon
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time': 'one', 'depart_time.period_of_day': 'afternoon'}
please show me airlines with flights from denver to boston with a stopover in philadelphia
[[FUNCTION]] get_airline {'fromloc.city_name': 'denver', 'toloc.city_name': 'boston', 'stoploc.city_name': 'philadelphia'}
like information on flights from san francisco to boston on thursday morning
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'}
philadelphia to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
may i have a listing of flights from long beach california to columbus ohio on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'fromloc.state_name': 'california', 'toloc.city_name': 'columbus', 'toloc.state_name': 'ohio', 'depart_date.day_name': 'wednesday'}
show me the cheapest flight arriving in baltimore on june fourteenth starting from dallas
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'toloc.city_name': 'baltimore', 'arrive_date.month_name': 'june', 'arrive_date.day_number': 'fourteenth', 'fromloc.city_name': 'dallas'}
find a flight from toronto to san diego with a layover in san francisco on air canada
[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'stoploc.city_name': 'san francisco', 'airline_name': 'air canada'}
what 's the next smallest plane after a turboprop
[[FUNCTION]] get_aircraft {'mod': 'smallest'}
show me what fare codes symbols stand for
[[FUNCTION]] get_abbreviation {}
what sort of ground transportation is there in washington dc
[[FUNCTION]] get_ground_service {'city_name': 'washington', 'state_code': 'dc'}
what flights from st. paul to kansas city on friday with breakfast served
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. paul', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'friday', 'meal_description': 'breakfast'}
list all round trip fares from phoenix to washington
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'washington'}
what fare codes cover flights from philadelphia to san francisco
[[FUNCTION]] get_abbreviation {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
all flights from boston to washington dc on november eleventh
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.month_name': 'november', 'depart_date.day_number': 'eleventh'}
what ground transportation is available in dallas
[[FUNCTION]] get_ground_service {'city_name': 'dallas'}
what am flights are available from pittsburgh to boston
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'am', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston'}
i need a flight from baltimore to seattle
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'seattle'}
what does co mean
[[FUNCTION]] get_abbreviation {'airline_code': 'co'}
i 'd like to fly from boston to san francisco could you find me the cheapest fare
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'cost_relative': 'cheapest'}
i want to fly from milwaukee to orlando
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando'}
and what are the flights from nashville to tacoma on the eighteenth again
[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'tacoma', 'depart_date.day_number': 'eighteenth'}
show flights from pittsburgh into san francisco arriving after 12 noon
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'arrive_time.time_relative': 'after', 'arrive_time.time': '12 noon'}
what does y mean
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'y'}
what is a flight that goes from baltimore to san francisco and arrives at san francisco at 8 pm on a friday
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'arrive_time.time': '8 pm', 'arrive_date.day_name': 'friday'}
please show me all the flights from boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston'}
ground transportation in denver
[[FUNCTION]] get_ground_service {'city_name': 'denver'}
show me the type of aircraft that cp uses
[[FUNCTION]] get_aircraft {'airline_code': 'cp'}
information on round trip flights from pittsburgh to san francisco first class
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'class_type': 'first class'}
find travel arrangements for a round trip flight from boston to pittsburgh arriving after 8 pm
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'arrive_time.time_relative': 'after', 'arrive_time.time': '8 pm'}
show me the flights from boston to pittsburgh on wednesdays and thursdays
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'thursdays'}
does the philadelphia airport have a name
[[FUNCTION]] get_airport {'airport_name': 'philadelphia airport'}
find a flight from toronto to san diego with a layover in dc on delta airlines
[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'stoploc.state_code': 'dc', 'airline_name': 'delta airlines'}
does american airlines fly from pittsburgh to atlanta
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'}
american airlines from phoenix to milwaukee
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee'}
show me the cheapest one way fares from san diego to miami
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'san diego', 'toloc.city_name': 'miami'}
is there a flight tomorrow morning from columbus to nashville
[[FUNCTION]] get_flight {'depart_date.today_relative': 'tomorrow', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'columbus', 'toloc.city_name': 'nashville'}
list daily flights from oakland to boston using united airlines
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston', 'airline_name': 'united airlines'}
atlanta to pittsburgh
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'pittsburgh'}
show me the flights that go from atlanta to washington on thursday mornings
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'mornings'}
what is the earliest flight in the morning to arrive in baltimore from boston
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'depart_time.period_of_day': 'morning', 'toloc.city_name': 'baltimore', 'fromloc.city_name': 'boston'}
i would like a flight from philadelphia to san francisco but i would like to stop in dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'}
i need to take ten people from denver to san diego with a stopover in phoenix please give me the flights
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san diego', 'stoploc.city_name': 'phoenix'}
i 'd like to fly from denver to pittsburgh to atlanta could you find me the cheapest way to do this
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'cost_relative': 'cheapest'}
are there any later flights than 810 pm leaving from milwaukee for tacoma tomorrow evening
[[FUNCTION]] get_flight {'depart_time.time_relative': 'later', 'depart_time.time': '810 pm', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tacoma', 'depart_date.today_relative': 'tomorrow', 'depart_time.period_of_day': 'evening'}
i want to fly from baltimore to philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
what is the latest flight from san francisco to boston
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
i would like to fly from pittsburgh to atlanta on us air
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'airline_name': 'us air'}
does american airlines fly to san francisco from atlanta
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'toloc.city_name': 'san francisco', 'fromloc.city_name': 'atlanta'}
show me the evening flights from baltimore to atlanta
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta'}
show me ground transportation in westchester county
[[FUNCTION]] get_ground_service {'city_name': 'westchester county'}
cheapest airfare from orlando to tacoma
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'orlando', 'toloc.city_name': 'tacoma'}
show me the flights from baltimore to boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'boston'}
newark to minneapolis on sunday
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'minneapolis', 'depart_date.day_name': 'sunday'}
flights from baltimore to philadelphia where the round trip fare is less than 1000 dollars
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia', 'round_trip': 'round trip', 'cost_relative': 'less', 'fare_amount': '1000 dollars'}
show me round trip fares from pittsburgh to philadelphia
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'}
can you please show me the flights from pittsburgh to boston on wednesday of next week that arrive before noon
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday', 'depart_date.date_relative': 'next', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon'}
list the fares of midway airlines flights from boston to philadelphia
[[FUNCTION]] get_airfare {'airline_name': 'midway airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
find me the latest return flight from atlanta to boston on the same day
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'return_date.date_relative': 'day'}
i would like to fly from baltimore to san francisco on eastern airlines
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'airline_name': 'eastern airlines'}
please list all flights between boston and philadelphia operating on sundays
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'sundays'}