input
stringlengths 6
259
| output
stringlengths 26
381
|
|---|---|
i want a flight from atlanta to washington that leaves after 3 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'depart_time.time_relative': 'after', 'depart_time.time': '3 pm'}
|
i need information on flights leaving dallas arriving in boston leaving dallas early in the morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston', 'depart_time.period_mod': 'early', 'depart_time.period_of_day': 'morning'}
|
list flights between oakland and san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'san francisco'}
|
show me the one way flights from detroit to westchester county
|
[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'westchester county'}
|
flight between st. petersburg and charlotte
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte'}
|
show me all flights that arrive in philadelphia from baltimore denver or pittsburgh
|
[[FUNCTION]] get_flight {'toloc.city_name': 'philadelphia', 'fromloc.city_name': 'pittsburgh', 'or': 'or'}
|
i need information on ground transportation from the airport in atlanta
|
[[FUNCTION]] get_ground_service {'fromloc.city_name': 'atlanta'}
|
show me flights from anywhere to philadelphia arriving after 2100
|
[[FUNCTION]] get_flight {'toloc.city_name': 'philadelphia', 'arrive_time.time_relative': 'after', 'arrive_time.time': '2100'}
|
show me the flights from boston to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
|
i would like the time your earliest flight from washington to philadelphia
|
[[FUNCTION]] get_flight_time {'flight_time': 'time', 'flight_mod': 'earliest', 'fromloc.city_name': 'washington', 'toloc.city_name': 'philadelphia'}
|
flights from oakland to san francisco on january twenty first 1992
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'january', 'depart_date.day_number': 'twenty first', 'depart_date.year': '1992'}
|
what are the cheapest one way flights from atlanta to pittsburgh
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'pittsburgh'}
|
show me all the flights that arrive in baltimore in the evening
|
[[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'arrive_time.period_of_day': 'evening'}
|
what are the flights from boston to denver on tuesday october fifteenth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.day_name': 'tuesday', 'depart_date.month_name': 'october', 'depart_date.day_number': 'fifteenth'}
|
what does fare code y mean
|
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'y'}
|
i want to fly from boston to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
i would like a nonstop flight from new york to las vegas on march second
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'new york', 'toloc.city_name': 'las vegas', 'arrive_date.month_name': 'march', 'arrive_date.day_number': 'second'}
|
what is the cost of limousine service in philadelphia
|
[[FUNCTION]] get_ground_fare {'transport_type': 'limousine', 'city_name': 'philadelphia'}
|
i need a flight from newark to los angeles leaving tomorrow evening
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'los angeles', 'depart_date.today_relative': 'tomorrow', 'depart_time.period_of_day': 'evening'}
|
i 'd like to fly round trip from boston to pittsburgh
|
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
|
show me all the flights that go from baltimore to seattle
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'seattle'}
|
i 'd like the first flight in the morning from boston to washington
|
[[FUNCTION]] get_flight {'flight_mod': 'first', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'}
|
how far is it from salt lake city airport to salt lake city
|
[[FUNCTION]] get_distance {'fromloc.airport_name': 'salt lake city airport', 'toloc.city_name': 'salt lake city'}
|
what is airline nw
|
[[FUNCTION]] get_airline {'airline_code': 'nw'}
|
what is dl
|
[[FUNCTION]] get_abbreviation {'airline_code': 'dl'}
|
show me all flights from atlanta to denver which leave after 5 o'clock pm the day after tomorrow
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'after', 'depart_time.time': "5 o'clock pm", 'depart_date.today_relative': 'the day after tomorrow'}
|
can you show me the price of a flight to washington from atlanta on thursday morning
|
[[FUNCTION]] get_airfare {'toloc.city_name': 'washington', 'fromloc.city_name': 'atlanta', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'}
|
please show me the return flights from miami to new york
|
[[FUNCTION]] get_flight {'round_trip': 'return', 'fromloc.city_name': 'miami', 'toloc.city_name': 'new york'}
|
what is the first flight arriving in montreal from toronto friday
|
[[FUNCTION]] get_flight {'flight_mod': 'first', 'toloc.city_name': 'montreal', 'fromloc.city_name': 'toronto', 'arrive_date.day_name': 'friday'}
|
what is the least expensive one way fare between philadelphia and boston
|
[[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'round_trip': 'one way', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston'}
|
what are the flights from baltimore to dallas on sunday night
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'night'}
|
may i have a listing of flights from minneapolis to long beach california on tuesday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'long beach', 'toloc.state_name': 'california', 'depart_date.day_name': 'tuesday'}
|
what flights from st. paul to kansas city on friday with lunch served
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. paul', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'friday', 'meal_description': 'lunch'}
|
i would like to fly to san francisco from washington dc
|
[[FUNCTION]] get_flight {'toloc.city_name': 'san francisco', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc'}
|
i need a flight from long beach to st. louis stopping in dallas the flight should also serve lunch
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'st. louis', 'stoploc.city_name': 'dallas', 'meal_description': 'lunch'}
|
how long does it take to get from denver to oakland
|
[[FUNCTION]] get_distance {'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'}
|
what is the fare from atlanta to boston on coach one way
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'class_type': 'coach', 'round_trip': 'one way'}
|
show me all flights from san francisco to boston philadelphia or baltimore
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'baltimore'}
|
which flights leaving baltimore to dallas on monday afternoon have economic class
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'afternoon', 'class_type': 'economic'}
|
list 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'}
|
what is the smallest aircraft available to fly on from pittsburgh to baltimore
|
[[FUNCTION]] get_aircraft {'mod': 'smallest', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore'}
|
what airline is ea
|
[[FUNCTION]] get_airline {'airline_code': 'ea'}
|
what is the last flight from dallas to boston in the evening
|
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston', 'depart_time.period_of_day': 'evening'}
|
i would like information on a flight between washington and san francisco with a stopover in dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'}
|
what is fare code f
|
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'f'}
|
show me the flights arriving at love field from other airports
|
[[FUNCTION]] get_flight {'toloc.airport_name': 'love field'}
|
i need a flight from logan to atlanta this afternoon
|
[[FUNCTION]] get_flight {'fromloc.airport_name': 'logan', 'toloc.city_name': 'atlanta', 'depart_date.today_relative': 'this', 'depart_time.period_of_day': 'afternoon'}
|
flights that go from oakland to philadelphia on friday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'friday'}
|
what is the distance from san francisco international airport to san francisco
|
[[FUNCTION]] get_distance {'fromloc.airport_name': 'san francisco international airport', 'toloc.city_name': 'san francisco'}
|
tell me about flights leaving from atlanta and going to charlotte north carolina next monday i need to know about flights that arrive in charlotte between 415 and 530 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'charlotte', 'toloc.state_name': 'north carolina', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'monday', 'arrive_time.start_time': '415', 'arrive_time.end_time': '530 pm'}
|
i 'd like to fly between boston and san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
what flights from atlanta to toronto
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'toronto'}
|
i 'd like to go from boston to san francisco with a stop in dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'}
|
show me all flights from san diego to miami with a stop in denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'miami', 'stoploc.city_name': 'denver'}
|
i 'm flying from boston to the bay area
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'bay area'}
|
show all flights and fares from denver to san francisco
|
[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
|
is there an afternoon flight from charlotte to minneapolis around 2 pm
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'minneapolis', 'depart_time.time_relative': 'around', 'depart_time.time': '2 pm'}
|
show me the continental flights leaving chicago early saturday morning
|
[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'chicago', 'depart_time.period_mod': 'early', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning'}
|
what is the earliest flight between logan and bwi
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.airport_name': 'logan', 'toloc.airport_code': 'bwi'}
|
what is the ground transportation between airport and baltimore
|
[[FUNCTION]] get_ground_service {'toloc.city_name': 'baltimore'}
|
show flights from pittsburgh into san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
|
information on flights from denver to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
|
what is the earliest american airlines flight leaving philadelphia for dallas
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'airline_name': 'american airlines', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'}
|
does any airline have an early afternoon flight from boston to pittsburgh
|
[[FUNCTION]] get_airline {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
|
display all flights from dallas to boston on july thirtieth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston', 'depart_date.month_name': 'july', 'depart_date.day_number': 'thirtieth'}
|
list nonstop flights from houston to dallas which arrive after 8 pm
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'houston', 'toloc.city_name': 'dallas', 'arrive_time.time_relative': 'after', 'arrive_time.time': '8 pm'}
|
i need to go to san diego from toronto but i want to stopover in denver
|
[[FUNCTION]] get_flight {'toloc.city_name': 'san diego', 'fromloc.city_name': 'toronto', 'stoploc.city_name': 'denver'}
|
show me the morning flights from boston to philadelphia
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
|
an early flight on wednesday morning from baltimore to newark
|
[[FUNCTION]] get_flight {'flight_mod': 'early', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark'}
|
what flights are there from memphis to las vegas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas'}
|
what flights from washington to toronto
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'toronto'}
|
find a flight from charlotte to las vegas that stop in st. louis that serve dinner and i want to find the airline for this flight
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'las vegas', 'stoploc.city_name': 'st. louis', 'meal_description': 'dinner'}
|
what 's the earliest flight from san jose to houston
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'san jose', 'toloc.city_name': 'houston'}
|
how much does flight dl 402 from denver to philadelphia cost
|
[[FUNCTION]] get_airfare {'airline_code': 'dl', 'flight_number': '402', 'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
|
what is the last flight of the day to leave baltimore for boston
|
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'boston'}
|
show me airlines with flights from pittsburgh to boston please
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston'}
|
first class from detroit to st. petersburg
|
[[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. petersburg'}
|
i want to go from san francisco to denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver'}
|
find the earliest flight from boston to san francisco that serves a meal
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'meal': 'meal'}
|
find travel arrangements for a round trip flight from dallas to pittsburgh
|
[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'pittsburgh'}
|
show me flights from milwaukee to orlando on wednesday night or thursday morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning', 'or': 'or'}
|
does dl stand for delta
|
[[FUNCTION]] get_abbreviation {'airline_code': 'dl', 'airline_name': 'delta'}
|
list all flights leaving denver on continental on sunday after 2134
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'airline_name': 'continental', 'depart_date.day_name': 'sunday', 'depart_time.time_relative': 'after', 'depart_time.time': '2134'}
|
listing of all first class flights from washington to san francisco
|
[[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'}
|
give me nonstop flights from new york city to las vegas
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'new york city', 'toloc.city_name': 'las vegas'}
|
i 'd like to book a flight from denver to pittsburgh and i 'd like to go on eastern airlines
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'airline_name': 'eastern airlines'}
|
show me the flights on friday from newark to tampa
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'fromloc.city_name': 'newark', 'toloc.city_name': 'tampa'}
|
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 is the schedule of flights from boston to denver next monday
|
[[FUNCTION]] get_flight_time {'flight_time': 'schedule', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'monday'}
|
show me all direct flights from san francisco to boston departing before noon
|
[[FUNCTION]] get_flight {'connect': 'direct', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'}
|
what are all the available meals
|
[[FUNCTION]] get_meal {'meal': 'meals'}
|
show me the cheapest flight on june fourteenth arriving in baltimore starting from dallas
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'depart_date.month_name': 'june', 'depart_date.day_number': 'fourteenth', 'toloc.city_name': 'baltimore', 'fromloc.city_name': 'dallas'}
|
i need a flight from san francisco to boston that leaves after 7 am
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_time.time_relative': 'after', 'depart_time.time': '7 am'}
|
from philadelphia to toronto
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'toronto'}
|
what is the cheapest fare from washington to san francisco
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'}
|
what flights are there from new york city to las vegas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'new york city', 'toloc.city_name': 'las vegas'}
|
what is the first flight from boston to atlanta
|
[[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
|
please give me flight schedules from baltimore to philadelphia
|
[[FUNCTION]] get_flight {'flight_time': 'flight schedules', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
|
what flights from kansas city to denver after 845 in the morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'after', 'depart_time.time': '845', 'depart_time.period_of_day': 'morning'}
|
what is the ground transportation from boston airport to boston downtown
|
[[FUNCTION]] get_ground_service {'fromloc.airport_name': 'boston airport', 'toloc.city_name': 'boston'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.