input
stringlengths 6
259
| output
stringlengths 26
381
|
|---|---|
what 's the cheapest flight from san francisco to boston
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
|
please list the flight times from boston to pittsburgh
|
[[FUNCTION]] get_flight_time {'flight_time': 'flight times', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
|
is there a flight between washington dc and san francisco on us air at 8 am
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco', 'airline_name': 'us air', 'depart_time.time': '8 am'}
|
show me all flights from pittsburgh which leave tomorrow and arrive in boston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'depart_date.today_relative': 'tomorrow', 'toloc.city_name': 'boston'}
|
how many seats in a 72s
|
[[FUNCTION]] get_capacity {'aircraft_code': '72s'}
|
what does fn under fare code mean
|
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'fn'}
|
all am flights departing pittsburgh arriving denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'}
|
what flights leave after 7 pm from pittsburgh to philadelphia
|
[[FUNCTION]] get_flight {'depart_time.time_relative': 'after', 'depart_time.time': '7 pm', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'}
|
show flights from philadelphia to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
|
what flights leave chicago and arrive in detroit around 6 pm next tuesday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'detroit', 'arrive_time.time_relative': 'around', 'arrive_time.time': '6 pm', 'arrive_date.date_relative': 'next', 'arrive_date.day_name': 'tuesday'}
|
what does it cost to fly from boston to oakland on united airlines
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'airline_name': 'united airlines'}
|
how much is a flight from washington to montreal
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'washington', 'toloc.city_name': 'montreal'}
|
is there limousine service available at baltimore airport
|
[[FUNCTION]] get_ground_service {'transport_type': 'limousine', 'airport_name': 'baltimore airport'}
|
what are the morning flights in the next two days from nashville to tacoma
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'depart_date.date_relative': 'next', 'fromloc.city_name': 'nashville', 'toloc.city_name': 'tacoma'}
|
what is the last flight leaving san francisco going to washington on friday
|
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington', 'depart_date.day_name': 'friday'}
|
what are the flights from dallas to san francisco on tuesday october first
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'tuesday', 'depart_date.month_name': 'october', 'depart_date.day_number': 'first'}
|
does united airlines fly from boston to dallas fort worth
|
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas fort worth'}
|
please list the flight schedule from baltimore to san francisco on friday nights
|
[[FUNCTION]] get_flight_time {'flight_time': 'flight schedule', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'nights'}
|
flights from cleveland to kansas city on monday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'monday'}
|
i would like to find a flight that goes from boston to orlando i would like it to have a stop in new york and i would like a flight that serves breakfast
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'orlando', 'stoploc.city_name': 'new york', 'meal_description': 'breakfast'}
|
what are the lowest one way fares from atlanta to pittsburgh
|
[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'round_trip': 'one way', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'pittsburgh'}
|
okay and then from pittsburgh i 'd like to travel to atlanta on september fourth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.month_name': 'september', 'depart_date.day_number': 'fourth'}
|
what flights go from pittsburgh to baltimore after 8 o'clock next wednesday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_time.time_relative': 'after', 'depart_time.time': "8 o'clock", 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday'}
|
how much does it cost to get downtown from the atlanta airport by limousine
|
[[FUNCTION]] get_ground_fare {'fromloc.airport_name': 'atlanta airport', 'transport_type': 'limousine'}
|
i would like to fly from boston to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
show me the airfare from pittsburgh to san francisco
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
|
are there any flights on june eleventh from st. petersburg to milwaukee
|
[[FUNCTION]] get_flight {'depart_date.month_name': 'june', 'depart_date.day_number': 'eleventh', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'milwaukee'}
|
what is hp
|
[[FUNCTION]] get_abbreviation {'airline_code': 'hp'}
|
show me the type of aircraft that cp uses
|
[[FUNCTION]] get_aircraft {'airline_code': 'cp'}
|
show me flights from pittsburgh to san francisco on sunday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'sunday'}
|
what type of aircraft does eastern fly from atlanta to denver before 6 pm
|
[[FUNCTION]] get_aircraft {'airline_name': 'eastern', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': '6 pm'}
|
can you list all flights from chicago to milwaukee
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'milwaukee'}
|
display all flights from denver to san francisco on august seven
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'august', 'depart_date.day_number': 'seven'}
|
what are the most expensive first class tickets between boston and san francisco
|
[[FUNCTION]] get_airfare {'cost_relative': 'most expensive', 'class_type': 'first class', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
which of the flights from pittsburgh to baltimore on july twenty fifth 1991 carries the smallest number of passengers
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty fifth', 'depart_date.year': '1991', 'mod': 'smallest'}
|
show me all the flights to baltimore after 6 o'clock pm
|
[[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'depart_time.time_relative': 'after', 'depart_time.time': "6 o'clock pm"}
|
what airlines go from atlanta to baltimore
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'}
|
what does fare code qo mean
|
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'qo'}
|
show me flights from baltimore to dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
|
what does the abbreviation co mean
|
[[FUNCTION]] get_abbreviation {'airline_code': 'co'}
|
can you list all flights between milwaukee and chicago
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'chicago'}
|
what are the air restrictions on flights from pittsburgh to atlanta for the airfare of 416 dollars
|
[[FUNCTION]] get_restriction {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'fare_amount': '416 dollars'}
|
last nonstop flight from los angeles to pittsburgh on monday night
|
[[FUNCTION]] get_flight {'flight_mod': 'last', 'flight_stop': 'nonstop', 'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh', 'arrive_date.day_name': 'monday', 'arrive_time.period_of_day': 'night'}
|
what is the earliest flight from boston to san francisco
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
i would like an early morning flight from chicago into seattle on june first on continental airline
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'depart_date.month_name': 'june', 'depart_date.day_number': 'first', 'airline_name': 'continental airline'}
|
what would be cost of a round trip from pittsburgh to san francisco
|
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
|
show me the flights from dallas to baltimore
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
|
give me the flights from baltimore to pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'pittsburgh'}
|
please list the flights from charlotte to long beach arriving after lunch time
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'long beach', 'arrive_time.time_relative': 'after', 'arrive_time.period_of_day': 'lunch time'}
|
what flights are available between philadelphia and denver on september sixteenth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver', 'depart_date.month_name': 'september', 'depart_date.day_number': 'sixteenth'}
|
what type of aircraft leaving after 2 pm from boston to oakland
|
[[FUNCTION]] get_aircraft {'depart_time.time_relative': 'after', 'depart_time.time': '2 pm', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
|
i would like the cheapest flight from boston to san francisco
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
are there any flights from boston to oakland that stop
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland', 'flight_stop': 'stop'}
|
i would like to find a flight from pittsburgh to boston on wednesday and i have to be in boston by one so i 'd like a flight out of here no later than 11 am
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday', 'arrive_time.time_relative': 'by', 'arrive_time.time': 'one', 'depart_time.time_relative': 'no later than'}
|
i need information on a flight from washington to fort worth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'fort worth'}
|
can you tell me what flights you have from baltimore to dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
|
what are the ground transportation services in philadelphia
|
[[FUNCTION]] get_ground_service {'city_name': 'philadelphia'}
|
give me flights from baltimore to denver on united that offer first class
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'denver', 'airline_name': 'united', 'class_type': 'first class'}
|
does american airlines have a flight from pittsburgh to atlanta
|
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'}
|
all flights and fares from atlanta to dallas round trip after 12 pm less than 1100 dollars
|
[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas', 'round_trip': 'round trip', 'depart_time.time_relative': 'after', 'depart_time.time': '12 pm', 'cost_relative': 'less', 'fare_amount': '1100 dollars'}
|
list flights from denver to baltimore
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'}
|
i would like a list of the round trip flights between indianapolis and orlando on the twenty seventh or the twenty eighth of december
|
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando', 'depart_date.day_number': 'twenty eighth', 'or': 'or', 'depart_date.month_name': 'december'}
|
i need a return flight from denver to atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'}
|
i 'd like a flight from burbank to tacoma washington
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'burbank', 'toloc.city_name': 'tacoma', 'toloc.state_name': 'washington'}
|
what flights from atlanta to washington
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington'}
|
please list all flights from atlanta to baltimore on wednesday and thursday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'thursday'}
|
what is the latest flight between washington and boston
|
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'washington', 'toloc.city_name': 'boston'}
|
explain the restriction ap 57
|
[[FUNCTION]] get_abbreviation {'restriction_code': 'ap 57'}
|
the latest flight from baltimore to oakland please and i 'd like a meal with that
|
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'oakland', 'meal': 'meal'}
|
what are the flights on january first 1992 from boston to san francisco
|
[[FUNCTION]] get_flight {'depart_date.month_name': 'january', 'depart_date.day_number': 'first', 'depart_date.year': '1992', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
on november twenty third what flights are available between boston and denver
|
[[FUNCTION]] get_flight {'depart_date.month_name': 'november', 'depart_date.day_number': 'twenty third', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
list nonstop flights on sunday from new york to las vegas and list nonstop flights on sunday from memphis to las vegas
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'arrive_date.day_name': 'sunday', 'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas'}
|
show me the list of flights from dallas to baltimore on american and delta airlines
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'airline_name': 'delta airlines'}
|
what does us stand for
|
[[FUNCTION]] get_abbreviation {'airline_code': 'us'}
|
could you show me all weekday flights from phoenix to denver
|
[[FUNCTION]] get_flight {'flight_mod': 'weekday', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'denver'}
|
show me all united airlines first class flights
|
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'class_type': 'first class'}
|
what is hp
|
[[FUNCTION]] get_abbreviation {'airline_code': 'hp'}
|
what is the price of a first class ticket from milwaukee to san francisco round trip
|
[[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'san francisco', 'round_trip': 'round trip'}
|
find a flight on delta from philadelphia to san francisco
|
[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}
|
i 'm trying to find the flight number from a flight from orlando to cleveland on us air and it arrives around 10 pm
|
[[FUNCTION]] get_flight_no {'fromloc.city_name': 'orlando', 'toloc.city_name': 'cleveland', 'airline_name': 'us air', 'arrive_time.time_relative': 'around', 'arrive_time.time': '10 pm'}
|
what are the costs of flights from dallas to boston tomorrow
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston', 'depart_date.today_relative': 'tomorrow'}
|
what flights go from philadelphia to dallas via atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.city_name': 'atlanta'}
|
what 's the cheapest round trip fare between boston and washington
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'}
|
what are the flights between dallas and pittsburgh on july eight
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'july', 'depart_date.day_number': 'eight'}
|
show me flights from milwaukee to orlando on thursday morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'}
|
what flights are available from boston to dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'}
|
i want to leave boston at 838
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'depart_time.time': '838'}
|
kindly give me the type of aircraft used to fly from atlanta to denver
|
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'}
|
can you show me flights from dallas to atlanta on tuesday night
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'night'}
|
is there ground transportation from atlanta airport to downtown atlanta
|
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'atlanta airport', 'toloc.city_name': 'atlanta'}
|
are there any limousines or taxi services available at the boston airport
|
[[FUNCTION]] get_ground_service {'transport_type': 'taxi', 'or': 'or', 'airport_name': 'boston airport'}
|
on eastern flight 825 flying from atlanta to denver can you tell me what type of aircraft is used on a flight when it leaves at 555
|
[[FUNCTION]] get_flight {'airline_name': 'eastern', 'flight_number': '825', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_time.time': '555'}
|
how do i get from the airport to downtown in tacoma
|
[[FUNCTION]] get_flight {'toloc.city_name': 'tacoma'}
|
tuesday morning flights between charlotte and baltimore
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'baltimore'}
|
show me flights from atlanta to washington
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington'}
|
show me all flights from atlanta to san francisco which leave atlanta after 5 o'clock pm tomorrow
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': "5 o'clock pm", 'depart_date.today_relative': 'tomorrow'}
|
round trip fares from denver to philadelphia less than 1000 dollars
|
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'cost_relative': 'less', 'fare_amount': '1000 dollars'}
|
i want to fly from milwaukee to orlando on wednesday evening
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'evening'}
|
how many daily us air flights are there between philadelphia and pittsburgh
|
[[FUNCTION]] get_quantity {'flight_days': 'daily', 'airline_name': 'us air', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'pittsburgh'}
|
show me all the northwest flights from new york to milwaukee that leave at 720 am
|
[[FUNCTION]] get_flight {'airline_name': 'northwest', 'fromloc.city_name': 'new york', 'toloc.city_name': 'milwaukee', 'depart_time.time': '720 am'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.