input
stringlengths 6
259
| output
stringlengths 26
381
|
|---|---|
what is the cheapest coach fare from dallas to denver round trip
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'class_type': 'coach', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'denver', 'round_trip': 'round trip'}
|
what flights are there from milwaukee to phoenix on saturday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'saturday'}
|
what are the early morning flights from boston to denver
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
i would like to find the cheapest one way fare from boston to oakland
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
|
what is the latest flight from washington dc to denver
|
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'denver'}
|
flights from pittsburgh to baltimore between 10 am and 2 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_time.start_time': '10 am', 'depart_time.end_time': '2 pm'}
|
what planes does united use
|
[[FUNCTION]] get_aircraft {'airline_name': 'united'}
|
show me all flight from san francisco to oakland
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'oakland'}
|
find travel arrangements for a round trip flight from boston to pittsburgh
|
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
|
does american airline fly from denver to pittsburgh
|
[[FUNCTION]] get_flight {'airline_name': 'american airline', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
|
show me all daily flights between milwaukee and orlando
|
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando'}
|
list flights from denver to san francisco no denver to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
|
i would like a flight on continental airlines leaving from boston making a stop in denver and arriving in san francisco
|
[[FUNCTION]] get_flight {'airline_name': 'continental airlines', 'fromloc.city_name': 'boston', 'stoploc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
|
show me the flights from chicago to indianapolis
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'indianapolis'}
|
all flights to baltimore after 12 pm
|
[[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'depart_time.time_relative': 'after', 'depart_time.time': '12 pm'}
|
do you have a flight on wednesday from denver to washington dc nonstop
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'denver', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'flight_stop': 'nonstop'}
|
i 'd like to fly from boston to fort worth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'fort worth'}
|
show me the ground transportation to westchester county
|
[[FUNCTION]] get_ground_service {'city_name': 'westchester county'}
|
what airlines service pittsburgh airport
|
[[FUNCTION]] get_airline {'airport_name': 'pittsburgh airport'}
|
please list the flight times from pittsburgh to newark
|
[[FUNCTION]] get_flight_time {'flight_time': 'flight times', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'newark'}
|
what is the fare on november seventh going one way from pittsburgh to philadelphia
|
[[FUNCTION]] get_airfare {'depart_date.month_name': 'november', 'depart_date.day_number': 'seventh', 'round_trip': 'one way', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'}
|
flying from pittsburgh to atlanta on september fourth what would be the cheapest flight
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.month_name': 'september', 'depart_date.day_number': 'fourth', 'cost_relative': 'cheapest'}
|
what 's the fare from washington to boston
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'washington', 'toloc.city_name': 'boston'}
|
does delta airlines fly from pittsburgh to atlanta
|
[[FUNCTION]] get_flight {'airline_name': 'delta airlines', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'}
|
show me the flights from boston to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
do you have a united flight from dallas to san francisco
|
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
|
show me all flights from philadelphia to denver on sunday which leave philadelphia after noon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver', 'depart_date.day_name': 'sunday', 'depart_time.time_relative': 'after', 'depart_time.time': 'noon'}
|
show me flights from dallas to san francisco on wednesdays
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'wednesdays'}
|
what type of aircraft leaves from boston to washington dc at 9 am
|
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_time.time': '9 am'}
|
flights on twa from columbus to st. louis
|
[[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'columbus', 'toloc.city_name': 'st. louis'}
|
what are the flights from cleveland to indianapolis for wednesday the twelfth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'indianapolis', 'depart_date.day_name': 'wednesday', 'depart_date.day_number': 'twelfth'}
|
i want to travel from philadelphia to boston on wednesday afternoon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'afternoon'}
|
i 'd like to go from detroit to san diego on wednesday evening june second
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'toloc.city_name': 'san diego', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'evening', 'depart_date.month_name': 'june', 'depart_date.day_number': 'second'}
|
show me flights from denver to boston on thursday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'boston', 'depart_date.day_name': 'thursday'}
|
i want the list of daily flights from milwaukee to st. louis
|
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'st. louis'}
|
how much does a first class ticket cost from boston to san francisco round trip
|
[[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'round_trip': 'round trip'}
|
please show me the cost of flight ua 201 from boston to denver and flight ua 343 from boston to denver
|
[[FUNCTION]] get_airfare {'airline_code': 'ua', 'flight_number': '343', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
show flights leaving miami to cleveland on us air that leave after noon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'cleveland', 'airline_name': 'us air', 'depart_time.time_relative': 'after', 'depart_time.time': 'noon'}
|
please show me flights from atlanta to oakland california on thursday after 1600 hours
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'oakland', 'toloc.state_name': 'california', 'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'after', 'depart_time.time': '1600 hours'}
|
all flights from washington dc to san francisco after 5 pm on november twelfth economy class
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm', 'depart_date.month_name': 'november', 'depart_date.day_number': 'twelfth', 'economy': 'economy class'}
|
earliest flight on american airlines from washington dc to san francisco
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'airline_name': 'american airlines', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco'}
|
what flights do you have from boston to pittsburgh on wednesday of next week after 6 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'wednesday', 'depart_date.date_relative': 'next', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}
|
list the wednesday flights from denver to baltimore arriving in baltimore between 1115 am and 1245 pm
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'arrive_time.start_time': '1115 am', 'arrive_time.end_time': '1245 pm'}
|
what is the earliest flight from boston to dallas fort worth leaving august eighth
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas fort worth', 'depart_date.month_name': 'august', 'depart_date.day_number': 'eighth'}
|
what 's the first class fare round trip from atlanta to denver
|
[[FUNCTION]] get_airfare {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'}
|
what are the first class fares from boston to pittsburgh on thursday
|
[[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'thursday'}
|
flights from montreal to las vegas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'toloc.city_name': 'las vegas'}
|
i need to go from boston to dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'}
|
what are the afternoon flights for denver to san francisco
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
|
list the flights from denver to baltimore
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'}
|
what nonstop flights are available from oakland to pittsburgh
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'pittsburgh'}
|
what are my options for a minneapolis back to indianapolis flight around noontime
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'indianapolis', 'depart_time.time_relative': 'around', 'depart_time.time': 'noontime'}
|
show me the flights from san diego to newark
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'newark'}
|
okay i want a flight originating in denver going to pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
|
what are all flights from philadelphia to denver on wednesdays
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver', 'depart_date.day_name': 'wednesdays'}
|
what flights are available friday from san francisco to boston
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
|
show me all flights from pittsburgh to boston which leave before noon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'}
|
i need to take ten people from denver to phoenix please give me the flights during the week
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'phoenix', 'flight_mod': 'during the week'}
|
i would like to travel from boston to denver early in the morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_time.period_mod': 'early', 'depart_time.period_of_day': 'morning'}
|
what flights from salt lake city to las vegas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'las vegas'}
|
list ground transportation in detroit
|
[[FUNCTION]] get_ground_service {'city_name': 'detroit'}
|
what 's the capacity of an f28
|
[[FUNCTION]] get_capacity {'aircraft_code': 'f28'}
|
what flights are available tuesday afternoon from pittsburgh to atlanta
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'}
|
nonstop or connecting flights from seattle to boston
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'or': 'or', 'connect': 'connecting', 'fromloc.city_name': 'seattle', 'toloc.city_name': 'boston'}
|
what flights from cincinnati to tampa
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'tampa'}
|
all flights from denver colorado to pittsburgh pennsylvania
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'fromloc.state_name': 'colorado', 'toloc.city_name': 'pittsburgh', 'toloc.state_name': 'pennsylvania'}
|
what does ea mean
|
[[FUNCTION]] get_abbreviation {'airline_code': 'ea'}
|
is there a flight from nashville to houston in the evening tomorrow
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'houston', 'depart_time.period_of_day': 'evening', 'depart_date.today_relative': 'tomorrow'}
|
what is the latest flight you have departing dallas to philadelphia
|
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'philadelphia'}
|
show me flights from milwaukee to orlando on wednesday after 6 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}
|
give me the lowest fare from atlanta to denver on may seventh please
|
[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_date.month_name': 'may', 'depart_date.day_number': 'seventh'}
|
show me the cheapest flights from baltimore to dallas
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
|
when is the first flight leaving from oakland to boston
|
[[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston'}
|
find all flights from philadelphia to dallas stopping in atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.city_name': 'atlanta'}
|
list american airlines flights from newark to nashville
|
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'newark', 'toloc.city_name': 'nashville'}
|
may i see all the flights from washington to san francisco please
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'}
|
show me the flights to and from love field
|
[[FUNCTION]] get_flight {'fromloc.airport_name': 'love field'}
|
i would like some information on a flight from denver to san francisco on united airlines
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'airline_name': 'united airlines'}
|
what planes are used by twa
|
[[FUNCTION]] get_aircraft {'airline_code': 'twa'}
|
i want a flight from long beach to st. louis that stops in dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'st. louis', 'stoploc.city_name': 'dallas'}
|
i 'd like to see all the one way flights from denver to pittsburgh
|
[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
|
i 'd like flights on american airlines from philadelphia to dallas arriving before 1145 am
|
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'arrive_time.time_relative': 'before', 'arrive_time.time': '1145 am'}
|
please inform me the type of aircraft used on a flight from atlanta to denver before 12 o'clock noon
|
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': "12 o'clock noon"}
|
what does fare code y mean
|
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'y'}
|
what are the morning flights from boston to philadelphia
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
|
a first class flight to san francisco on american airlines tuesday next week
|
[[FUNCTION]] get_flight {'class_type': 'first class', 'toloc.city_name': 'san francisco', 'airline_name': 'american airlines', 'depart_date.day_name': 'tuesday', 'depart_date.date_relative': 'next'}
|
i need information on flights for tuesday leaving baltimore for dallas dallas to boston and boston to baltimore
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore'}
|
what is the ap 57 restriction
|
[[FUNCTION]] get_abbreviation {'restriction_code': 'ap 57'}
|
now show me flights from pittsburgh to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'philadelphia'}
|
are there any direct flights from atlanta to philadelphia arriving in philadelphia about 12 noon
|
[[FUNCTION]] get_flight {'connect': 'direct', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia', 'arrive_time.time_relative': 'about', 'arrive_time.time': '12 noon'}
|
what is the earliest flight from oakland to washington dc on sunday
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'sunday'}
|
what airlines fly from boston to pittsburgh
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
|
i want a flight from toronto to san diego that stops in st. louis are there flights
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'stoploc.city_name': 'st. louis'}
|
could you please tell me the cheapest flight from boston to san francisco
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
what is the distance between pittsburgh airport and downtown pittsburgh
|
[[FUNCTION]] get_distance {'fromloc.airport_name': 'pittsburgh airport', 'toloc.city_name': 'pittsburgh'}
|
from las vegas to montreal
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'montreal'}
|
what northwest airline flights leave denver before noon
|
[[FUNCTION]] get_flight {'airline_name': 'northwest airline', 'fromloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'}
|
show all flights on united airlines from san francisco to denver to washington dc
|
[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
|
what is the latest flight from philadelphia to boston
|
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston'}
|
what times does continental depart from boston to san francisco
|
[[FUNCTION]] get_flight_time {'flight_time': 'times', 'airline_name': 'continental', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.