input
stringlengths 6
259
| output
stringlengths 26
381
|
|---|---|
show me airports in washington dc
|
[[FUNCTION]] get_airport {'city_name': 'washington', 'state_code': 'dc'}
|
what is the cheapest fare from dallas to denver round trip
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'denver', 'round_trip': 'round trip'}
|
okay and on may four i would like to go from atlanta to denver leaving early in the morning around 8
|
[[FUNCTION]] get_flight {'depart_date.month_name': 'may', 'depart_date.day_number': 'four', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_time.period_mod': 'early', 'depart_time.period_of_day': 'morning', 'depart_time.time_relative': 'around', 'depart_time.time': '8'}
|
list the flights from san francisco to philadelphia on american airlines
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'philadelphia', 'airline_name': 'american airlines'}
|
what does fare code qo mean
|
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'qo'}
|
do you have an 819 flight from denver to san francisco
|
[[FUNCTION]] get_flight {'depart_time.time': '819', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
|
what is the earliest united airlines flight flying from denver to baltimore and arriving on july fourth
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'airline_name': 'united airlines', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'arrive_date.month_name': 'july', 'arrive_date.day_number': 'fourth'}
|
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'}
|
morning flight from oakland to dallas
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'dallas'}
|
show me flights from new york to miami
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'}
|
list the flights and departure times for flights leaving dallas fort worth for boston after 6 pm
|
[[FUNCTION]] get_flight {'flight_time': 'departure times', 'fromloc.city_name': 'dallas fort worth', 'toloc.city_name': 'boston', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}
|
list flights from pittsburgh to los angeles which leave on thursday after 5 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}
|
i 'd like a flight from baltimore to boston as early in the morning as i can
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'boston', 'depart_time.period_mod': 'early', 'depart_time.period_of_day': 'morning'}
|
show me all flights from oakland to philadelphia on saturday which serve a meal and arrive in philadelphia before noon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'saturday', 'meal': 'meal', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon'}
|
i would like to book a flight from chicago to seattle on june first
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'depart_date.month_name': 'june', 'depart_date.day_number': 'first'}
|
show me economy fares from dallas to baltimore
|
[[FUNCTION]] get_airfare {'economy': 'economy', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
|
please list the prices for a rental car in pittsburgh
|
[[FUNCTION]] get_ground_fare {'transport_type': 'rental car', 'city_name': 'pittsburgh'}
|
are there any flights from pittsburgh to boston that leave between noon and 5 o'clock
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_time.start_time': 'noon', 'depart_time.end_time': "5 o'clock"}
|
daily flights from newark to cleveland departing 5 o'clock pm
|
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'newark', 'toloc.city_name': 'cleveland', 'depart_time.time': "5 o'clock pm"}
|
show me the flights from boston to oakland
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
|
show me the flights from st. petersburg to toronto that leave monday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'toronto', 'depart_date.day_name': 'monday'}
|
please list all flights between boston and atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
|
is there a flight on delta airlines from boston to denver
|
[[FUNCTION]] get_flight {'airline_name': 'delta airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
give me the flights and fares on december twenty seventh from orlando to indianapolis airfare
|
[[FUNCTION]] get_flight+airfare {'depart_date.month_name': 'december', 'depart_date.day_number': 'twenty seventh', 'fromloc.city_name': 'orlando', 'toloc.city_name': 'indianapolis'}
|
give me all nonstops from new york to vegas that arrive on a sunday
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstops', 'fromloc.city_name': 'new york', 'toloc.city_name': 'vegas', 'arrive_date.day_name': 'sunday'}
|
what flights leave boston and arrive in philadelphia before 7 am
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia', 'arrive_time.time_relative': 'before', 'arrive_time.time': '7 am'}
|
i 'd like a flight from boston to san francisco leaving in the afternoon any time please
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_time.period_of_day': 'afternoon'}
|
flight 417 from cincinnati to dallas
|
[[FUNCTION]] get_flight {'flight_number': '417', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'dallas'}
|
list flights from houston to memphis june twenty ninth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'memphis', 'depart_date.month_name': 'june', 'depart_date.day_number': 'twenty ninth'}
|
list flights from dallas to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
|
please repeat the flight departures for monday august nineteenth from denver to pittsburgh
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'depart_date.month_name': 'august', 'depart_date.day_number': 'nineteenth', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
|
where does continental fly to from chicago
|
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'chicago'}
|
what ground transportation is available from the denver airport to downtown denver
|
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'denver airport', 'toloc.city_name': 'denver'}
|
from kansas city to salt lake city on delta arrive around 8 pm tomorrow
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'salt lake city', 'airline_name': 'delta', 'arrive_time.time_relative': 'around', 'arrive_time.time': '8 pm', 'arrive_date.today_relative': 'tomorrow'}
|
is there a flight on twa from baltimore to san francisco with a stop in denver
|
[[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
|
phoenix to newark wednesday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'newark', 'depart_date.day_name': 'wednesday'}
|
newark to cleveland
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'cleveland'}
|
what flights leave from phoenix
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix'}
|
flight information from pittsburgh to denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'}
|
show me flights from denver to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
|
show me ground transportation in denver
|
[[FUNCTION]] get_ground_service {'city_name': 'denver'}
|
which airlines fly from boston to washington dc
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}
|
okay and can you tell me for flights departing from dallas to philadelphia the latest flight you would have departing from dallas to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'philadelphia', 'flight_mod': 'latest'}
|
show me the flights from boston to denver on august second
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.month_name': 'august', 'depart_date.day_number': 'second'}
|
show me all the flights on united leaving from boston
|
[[FUNCTION]] get_flight {'airline_name': 'united', 'fromloc.city_name': 'boston'}
|
could you please tell me the first flight leaving baltimore to san francisco on a 747 on august twenty seventh
|
[[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'aircraft_code': '747', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh'}
|
please give me flights from atlanta to boston on wednesday afternoon and thursday morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'}
|
show all flights leaving monday morning from boston to pittsburgh
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
|
show me the delta flights from san francisco to boston
|
[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
|
show me the flights from baltimore to oakland
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'oakland'}
|
what type of aircraft are used on flights from cleveland to dallas that leave before noon
|
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'dallas', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'}
|
very well i 'm working on scenario three i 'm interested in a flight on a 727 from washington dc to atlanta georgia
|
[[FUNCTION]] get_flight {'aircraft_code': '727', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'atlanta', 'toloc.state_name': 'georgia'}
|
flight from dc to salt lake city
|
[[FUNCTION]] get_flight {'fromloc.state_code': 'dc', 'toloc.city_name': 'salt lake city'}
|
i 'd like to make a trip from washington to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'}
|
is there an airline that services boston dc and dallas
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'dallas', 'fromloc.state_code': 'dc'}
|
airline that stands for dl
|
[[FUNCTION]] get_airline {'airline_code': 'dl'}
|
i would like to see the flights from denver to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
|
show me the cheapest one way flights from pittsburgh to dallas leaving pittsburgh between noon and 2 pm
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'dallas', 'depart_time.start_time': 'noon', 'depart_time.end_time': '2 pm'}
|
show all flights with first class from baltimore to dallas
|
[[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'}
|
i 'd like the earliest flight from dallas to boston
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston'}
|
what are the coach fares for flights from pittsburgh to denver
|
[[FUNCTION]] get_airfare {'class_type': 'coach', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'}
|
what flights can i take between boston and atlanta so that when i leave boston i will have the maximum amount of time on the ground in atlanta and still return in the same day
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'return_date.date_relative': 'day'}
|
show me the flights from philadelphia to atlanta georgia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'atlanta', 'toloc.state_name': 'georgia'}
|
we 're going from denver to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
|
what airlines have flights from baltimore to seattle
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'seattle'}
|
show me all the flights from milwaukee to orlando that leave after noon on wednesday and before noon on thursday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon', 'depart_date.day_name': 'thursday'}
|
what airlines go to pittsburgh
|
[[FUNCTION]] get_airline {'toloc.city_name': 'pittsburgh'}
|
i 'd like to fly from philadelphia to san francisco with a stopover in dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'}
|
what is the ground transportation available in the city of fort worth
|
[[FUNCTION]] get_ground_service {'city_name': 'fort worth'}
|
what are your flights from dallas to baltimore
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
|
show me round trips from houston to las vegas nonstop
|
[[FUNCTION]] get_flight {'round_trip': 'round trips', 'fromloc.city_name': 'houston', 'toloc.city_name': 'las vegas', 'flight_stop': 'nonstop'}
|
please list all flights from san francisco to pittsburgh on sunday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'sunday'}
|
i want a flight from philadelphia to dallas with a stop in atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.city_name': 'atlanta'}
|
what is the airfare for flights from denver to pittsburgh on delta airline
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'airline_name': 'delta airline'}
|
do you have any flights from denver to baltimore via dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'stoploc.city_name': 'dallas'}
|
which airlines fly into and out of denver
|
[[FUNCTION]] get_airline {'city_name': 'denver'}
|
does continental fly from boston to san francisco with a stop in denver
|
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
|
is there a delta flight from denver to san francisco
|
[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'denver', '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.