input
stringlengths
6
259
output
stringlengths
26
381
i want to see the cheapest flights from denver to atlanta
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'}
what is the earliest flight you have leaving boston heading to philadelphia
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
i live in washington and i would like to make a trip to san francisco can you tell me which airlines connect with those two cities
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'}
flights from atlanta to san francisco august second
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'august', 'depart_date.day_number': 'second'}
i would like a flight from philadelphia to dallas that makes a stop in atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.city_name': 'atlanta'}
flights from newark to boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'boston'}
what flights go from boston to atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
list all flights please from washington to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'}
i would like to see the flights available from pittsburgh to san francisco for monday
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'monday'}
what is the fare on the first flight from atlanta to denver on thursday morning
[[FUNCTION]] get_airfare {'flight_mod': 'first', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'}
please show me airlines with flights from denver to boston with stop in philadelphia
[[FUNCTION]] get_airline {'fromloc.city_name': 'denver', 'toloc.city_name': 'boston', 'stoploc.city_name': 'philadelphia'}
how much does flight ua 270 from denver to philadelphia cost
[[FUNCTION]] get_airfare {'airline_code': 'ua', 'flight_number': '270', 'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
looking for a flight from cleveland to dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'dallas'}
i need a reservation from baltimore to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}
flights from phoenix to las vegas
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'las vegas'}
how much is a round trip fare from nashville to seattle
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'nashville', 'toloc.city_name': 'seattle'}
list all daily flights between boston and oakland using delta airlines
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'airline_name': 'delta airlines'}
how much is the ground transportation between atlanta and downtown
[[FUNCTION]] get_ground_fare {'fromloc.city_name': 'atlanta'}
show me flights leaving from baltimore to dallas
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
what does yn stand for
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'yn'}
what 's the capacity of a 733
[[FUNCTION]] get_capacity {'aircraft_code': '733'}
what kind of airplane goes from boston to san francisco before noon
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'}
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'}
what is mco
[[FUNCTION]] get_abbreviation {'airport_code': 'mco'}
what are the afternoon flights from denver to san francisco
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
what flights from newark to los angeles on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'wednesday'}
show nonstop flights from new york to miami on a tuesday which cost less than 466 dollars one way
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'arrive_date.day_name': 'tuesday', 'cost_relative': 'less', 'fare_amount': '466 dollars', 'round_trip': 'one way'}
flights from montreal and phoenix to las vegas
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'las vegas'}
give me the latest northwest airlines flight from milwaukee to tacoma tomorrow
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'airline_name': 'northwest airlines', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tacoma', 'depart_date.today_relative': 'tomorrow'}
what flights are available from boston to atlanta on july seventh 8 am
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_date.month_name': 'july', 'depart_date.day_number': 'seventh', 'depart_time.time': '8 am'}
please list the earliest lunch flight from columbus to phoenix
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'meal_description': 'lunch', 'fromloc.city_name': 'columbus', 'toloc.city_name': 'phoenix'}
do you have a flight from atlanta to boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
show me the flights that go from san diego to newark with one stop in houston
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'newark', 'flight_stop': 'one stop', 'stoploc.city_name': 'houston'}
on monday show me flights from baltimore to dallas
[[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
show me flights from washington to boston on friday
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'boston', 'depart_date.day_name': 'friday'}
show me the flights from boston to pittsburgh on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'wednesday'}
show me the lowest price from dallas to baltimore
[[FUNCTION]] get_flight {'cost_relative': 'lowest price', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
ground transportation atl to atlanta
[[FUNCTION]] get_ground_service {'airport_code': 'atl', 'toloc.city_name': 'atlanta'}
how do you travel from san francisco airport to downtown san francisco
[[FUNCTION]] get_flight {'fromloc.airport_name': 'san francisco airport', 'toloc.city_name': 'san francisco'}
show flights between denver and san francisco for september seventeenth
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'september', 'depart_date.day_number': 'seventeenth'}
what ground transportation is there in dallas
[[FUNCTION]] get_ground_service {'city_name': 'dallas'}
show me the least expensive flight leaving miami on sunday after 12 o'clock noon and arriving cleveland
[[FUNCTION]] get_flight {'cost_relative': 'least expensive', 'fromloc.city_name': 'miami', 'depart_date.day_name': 'sunday', 'depart_time.time_relative': 'after', 'depart_time.time': "12 o'clock noon", 'toloc.city_name': 'cleveland'}
i want to fly from philadelphia to dallas with a stop in atlanta on a breakfast flight
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.city_name': 'atlanta', 'meal_description': 'breakfast'}
i 'm requesting flight information on a flight from denver to san francisco on wednesday
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'wednesday'}
what airlines have flights from boston to philadelphia that leave before 630 am
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia', 'depart_time.time_relative': 'before', 'depart_time.time': '630 am'}
show me the flights from dallas to atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta'}
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 give ground transportation at denver airport
[[FUNCTION]] get_ground_service {'airport_name': 'denver airport'}
i 'd like a united airlines flight on wednesday from san francisco to boston
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
which northwest and united flights go through denver before noon
[[FUNCTION]] get_flight {'airline_name': 'united', 'stoploc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'}
what is hp
[[FUNCTION]] get_abbreviation {'airline_code': 'hp'}
list all flights going from boston to atlanta before 7 o'clock am on thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'before', 'depart_time.time': "7 o'clock am", 'depart_date.day_name': 'thursday'}
what is ground transportation between the san francisco airport and the city
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'san francisco airport'}
show me the flights from boston to atlanta
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
what flights are there wednesday morning from atlanta to philadelphia
[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia'}
show me the flights from all airports to love field
[[FUNCTION]] get_flight {'toloc.airport_name': 'love field'}
flights from columbus to milwaukee
[[FUNCTION]] get_flight {'fromloc.city_name': 'columbus', 'toloc.city_name': 'milwaukee'}
give me a list of flights between pittsburgh and baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore'}
show me all ground transportation in washington dc
[[FUNCTION]] get_ground_service {'city_name': 'washington', 'state_code': 'dc'}
i need information for flights leaving san francisco on thursday evening and returning to boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'evening', 'toloc.city_name': 'boston'}
i need a flight from toronto to san diego with a layover in washington dc on air canada
[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'stoploc.city_name': 'washington', 'stoploc.state_code': 'dc', 'airline_name': 'air canada'}
show me the latest flight on wednesday 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'}
how far is the airport from downtown pittsburgh
[[FUNCTION]] get_distance {'fromloc.city_name': 'pittsburgh'}
please give me flights from atlanta to boston on wednesday and thursday
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'depart_date.day_name': 'thursday'}
boston to denver monday
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.day_name': 'monday'}
yes i would like to find what flights are available from atlanta to boston on the morning of july seventh
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'july', 'depart_date.day_number': 'seventh'}
list all flights on united from san francisco to boston
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
what flights do you have from newark new jersey to ontario california that connect in phoenix
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'fromloc.state_name': 'new jersey', 'toloc.city_name': 'ontario', 'toloc.state_name': 'california', 'connect': 'connect', 'stoploc.city_name': 'phoenix'}
show me flights from baltimore to philadelphia
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
what is the meaning of fare code qx and qw
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'qw'}
show me the daily flight schedule between boston and pittsburgh
[[FUNCTION]] get_flight {'flight_days': 'daily', 'flight_time': 'flight schedule', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
show me the flights from westchester county to cincinnati
[[FUNCTION]] get_flight {'fromloc.city_name': 'westchester county', 'toloc.city_name': 'cincinnati'}
show me flights leaving from san francisco to denver on september thirtieth
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver', 'depart_date.month_name': 'september', 'depart_date.day_number': 'thirtieth'}
what airlines fly from toronto to san diego
[[FUNCTION]] get_airline {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'}
tell me the flights from dallas to baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
pittsburgh to boston saturday
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_date.day_name': 'saturday'}
what is the first flight from boston to stapleton airport for tomorrow
[[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'boston', 'toloc.airport_name': 'stapleton airport', 'depart_date.today_relative': 'tomorrow'}
what united airlines flights go through denver
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'stoploc.city_name': 'denver'}
philadelphia to boston monday
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston', 'depart_date.day_name': 'monday'}
list the morning flights between atlanta and dallas
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas'}
i 'm trying to fly from denver to boston and i want a flight that serves a meal
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'boston', 'meal': 'meal'}
what flights from milwaukee to san jose on wednesday on american airlines
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'san jose', 'depart_date.day_name': 'wednesday', 'airline_name': 'american airlines'}
show me all the flights from burbank to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'burbank', 'toloc.city_name': 'denver'}
show me the flights from cincinnati to denver
[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'denver'}
flights from dc to denver
[[FUNCTION]] get_flight {'fromloc.state_code': 'dc', 'toloc.city_name': 'denver'}
show me the prices of all flights from atlanta to washington dc
[[FUNCTION]] get_airfare {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
rental car in baltimore
[[FUNCTION]] get_ground_service {'transport_type': 'rental car', 'city_name': 'baltimore'}
show me fares from baltimore to philadelphia
[[FUNCTION]] get_airfare {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
i 'd like to see the flights from atlanta to washington dc
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
display all flights from pittsburgh to san francisco on august second
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'august', 'depart_date.day_number': 'second'}
what are the flights between pittsburgh and baltimore on august tenth
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'august', 'depart_date.day_number': 'tenth'}
i want to go from denver to oakland
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'}
what time are the flights leaving from denver to pittsburgh on july seventh
[[FUNCTION]] get_flight_time {'flight_time': 'time', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'july', 'depart_date.day_number': 'seventh'}
what 's the cheapest one way flight from denver to pittsburgh
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
show me the flights from dallas to baltimore
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
show me the us air flights from atlanta to boston
[[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
show me all flights from pittsburgh to san francisco
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
show me a list of the flights from san francisco to boston
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
show me the earliest flight from boston to san francisco
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
what 's the latest flight from san jose to houston
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'san jose', 'toloc.city_name': 'houston'}