input stringlengths 6 259 | output stringlengths 26 381 |
|---|---|
list all flights arriving and departing at general mitchell international | [[FUNCTION]] get_flight {'fromloc.airport_name': 'general mitchell international'} |
what is the cheapest one way fare from atlanta to boston | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
okay i 'm looking for a flight from tampa to st. louis leaving before 10 am any day | [[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'st. louis', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am'} |
what are all flights from boston to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'} |
can you give me information on transportation from the airport in philadelphia to downtown philadelphia | [[FUNCTION]] get_ground_service {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'philadelphia'} |
give me a flight from memphis to las vegas and new york city to las vegas on sunday that arrive at the same time | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york city', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday'} |
what kind of airplane goes from philadelphia to san francisco monday stopping in dallas in the afternoon first class flight | [[FUNCTION]] get_aircraft {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'monday', 'stoploc.city_name': 'dallas', 'depart_time.period_of_day': 'afternoon', 'class_type': 'first class'} |
list all flights on continental departing on monday before noon from denver to chicago | [[FUNCTION]] get_flight {'airline_name': 'continental', 'depart_date.day_name': 'monday', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon', 'fromloc.city_name': 'denver', 'toloc.city_name': 'chicago'} |
i would like to know the first class fare on a flight from baltimore to denver | [[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'denver'} |
flights from newark to cleveland 5 o'clock pm daily | [[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'cleveland', 'depart_time.time': "5 o'clock pm", 'flight_days': 'daily'} |
what is the cheapest fare between boston and san francisco | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
on tuesday i 'd like to fly from detroit to st. petersburg | [[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. petersburg'} |
find a flight from san francisco to boston on wednesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday'} |
what is the cheapest flight from dallas to baltimore | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'} |
what flights are there from newark to seattle on saturday | [[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'seattle', 'depart_date.day_name': 'saturday'} |
please list all the takeoffs and landings for general mitchell international | [[FUNCTION]] get_flight {'airport_name': 'general mitchell international'} |
please list the morning flights from kansas city to atlanta | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'kansas city', 'toloc.city_name': 'atlanta'} |
i want to leave boston at 838 and arrive in denver at 1110 in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'depart_time.time': '838', 'toloc.city_name': 'denver', 'arrive_time.time': '1110', 'arrive_time.period_of_day': 'morning'} |
i would like one flight from kansas city to st. paul arriving around dinnertime 6 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'st. paul', 'arrive_time.time_relative': 'around', 'arrive_time.period_of_day': 'dinnertime'} |
list nonstop flights from baltimore to newark on wednesday before noon | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark', 'arrive_date.day_name': 'wednesday', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon'} |
i 'm looking for a flight traveling from boston to denver one way and the cheapest way possible | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'round_trip': 'one way', 'cost_relative': 'cheapest'} |
what ground transportation is available at the boston airport | [[FUNCTION]] get_ground_service {'airport_name': 'boston airport'} |
what type of aircraft is used on american airline flight 315 | [[FUNCTION]] get_aircraft {'airline_name': 'american airline', 'flight_number': '315'} |
explain restriction ap please | [[FUNCTION]] get_abbreviation {'restriction_code': 'ap'} |
i would like a us air flight from toronto to san diego with a stopover in denver please | [[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'stoploc.city_name': 'denver'} |
what is the lowest fare from denver to atlanta | [[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'} |
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'} |
how long does it take to get from kansas city to st. paul | [[FUNCTION]] get_distance {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'st. paul'} |
i would like a flight from kansas city to st. paul departing at 4 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'st. paul', 'depart_time.time': '4 pm'} |
what is the round trip fare on continental 1291 from dallas to san francisco and return | [[FUNCTION]] get_airfare {'round_trip': 'return', 'airline_name': 'continental', 'flight_number': '1291', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
i want to go and take a plane in atlanta and fly to boston | [[FUNCTION]] get_aircraft {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
i 'd like a flight leaving atlanta august seventh and arriving in denver colorado august seventh leaving in the afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'depart_date.month_name': 'august', 'depart_date.day_number': 'seventh', 'toloc.city_name': 'denver', 'toloc.state_name': 'colorado', 'arrive_date.month_name': 'august', 'arrive_date.day_number': 'seventh', 'depart_time.period_of_day': 'afternoon'} |
show first flight from philadelphia to dallas | [[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'} |
list the flights from philadelphia to dallas on american airlines | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'airline_name': 'american airlines'} |
find a nonstop flight between boston and washington arriving in washington around 5 pm | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'arrive_time.time_relative': 'around', 'arrive_time.time': '5 pm'} |
give me the continental flights from chicago to seattle on saturday morning | [[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning'} |
what ground transportation is available in dallas tomorrow | [[FUNCTION]] get_ground_service {'city_name': 'dallas', 'today_relative': 'tomorrow'} |
show me all flights from pittsburgh to boston both direct and connecting that depart pittsburgh after 7 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_time.time_relative': 'after', 'depart_time.time': '7 pm'} |
show me the flights from pittsburgh to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore'} |
show me all the flights from montreal to detroit | [[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'toloc.city_name': 'detroit'} |
show me all flights from san francisco to la guardia nonstop | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.airport_name': 'la guardia', 'flight_stop': 'nonstop'} |
show me flights from philadelphia to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'baltimore'} |
show me all the delta flights leaving pittsburgh between 12 and 4 in the afternoon | [[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'pittsburgh', 'depart_time.start_time': '12', 'depart_time.end_time': '4', 'depart_time.period_of_day': 'afternoon'} |
could you please show me all flights from charlotte to milwaukee | [[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'milwaukee'} |
i 'd like to find the earliest flight possible from san francisco to atlanta | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'atlanta'} |
what flights are available on wednesday from atlanta to washington dc | [[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'} |
i would like information information on flights from san francisco to denver on thursday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'} |
please list the flights from st. paul to kansas city on friday night that serve meals | [[FUNCTION]] get_flight {'fromloc.city_name': 'st. paul', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'night', 'meal': 'meals'} |
flights from chicago to denver on continental on saturday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'denver', 'airline_name': 'continental', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning'} |
i need a return flight from chicago to kansas city leaving chicago around 7 in the evening on the day following next wednesday | [[FUNCTION]] get_flight {'round_trip': 'return', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'kansas city', 'depart_time.time_relative': 'around', 'depart_time.time': '7', 'depart_time.period_of_day': 'evening', 'depart_date.date_relative': 'following', 'depart_date.day_name': 'wednesday'} |
i would like the fare on the us air 1039 from denver to pittsburgh on april twenty | [[FUNCTION]] get_airfare {'airline_name': 'us air', 'flight_number': '1039', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty'} |
what is the cheapest way to travel round trip from milwaukee to san francisco | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'san francisco'} |
what 're the lowest one way fares from denver to atlanta | [[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'round_trip': 'one way', 'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'} |
what flights are there from pittsburgh to san francisco on friday | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday'} |
flights from la guardia to jfk | [[FUNCTION]] get_flight {'fromloc.airport_name': 'la guardia', 'toloc.airport_code': 'jfk'} |
please show me the return flight number from toronto to st. petersburg | [[FUNCTION]] get_flight_no {'fromloc.city_name': 'toronto', 'toloc.city_name': 'st. petersburg'} |
find me the earliest boston departure for atlanta and the lastest return trip from atlanta so that i can be in atlanta the longest amount of time but return to boston the same day | [[FUNCTION]] get_flight {'flight_mod': 'lastest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'return_date.date_relative': 'day'} |
an american airlines flight first class from philadelphia to dallas | [[FUNCTION]] get_flight {'airline_name': 'american airlines', 'class_type': 'first class', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'} |
list the flights from houston to st. paul | [[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'st. paul'} |
i would like to see the economy fares for denver to philadelphia | [[FUNCTION]] get_airfare {'economy': 'economy', 'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
what are the flights from kansas city to burbank on saturday may twenty two on america west | [[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'burbank', 'depart_date.day_name': 'saturday', 'depart_date.month_name': 'may', 'depart_date.day_number': 'twenty two', 'airline_name': 'america west'} |
flights from st. paul to houston | [[FUNCTION]] get_flight {'fromloc.city_name': 'st. paul', 'toloc.city_name': 'houston'} |
show me the aircraft that canadian airlines uses | [[FUNCTION]] get_aircraft {'airline_name': 'canadian airlines'} |
which airlines have flights from san francisco to washington by way of indianapolis | [[FUNCTION]] get_airline {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington', 'stoploc.city_name': 'indianapolis'} |
are there any flights from boston to san francisco which stop in washington dc | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'washington', 'stoploc.state_code': 'dc'} |
all flights from boston to washington dc on november eleventh before 10 am | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.month_name': 'november', 'depart_date.day_number': 'eleventh', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am'} |
denver to philadelphia monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'monday'} |
nonstop flights denver to kansas city | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'toloc.city_name': 'kansas city'} |
i would like direct coach flights from pittsburgh to atlanta | [[FUNCTION]] get_flight {'connect': 'direct', 'class_type': 'coach', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'} |
what flights are there arriving in chicago on continental after 11 pm | [[FUNCTION]] get_flight {'toloc.city_name': 'chicago', 'airline_name': 'continental', 'arrive_time.time_relative': 'after', 'arrive_time.time': '11 pm'} |
can you list all nonstop flights departing from st. petersburg and arriving in charlotte | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte'} |
what is the type of aircraft for united flight 21 | [[FUNCTION]] get_aircraft {'airline_name': 'united', 'flight_number': '21'} |
can you tell me about flights from san jose to nashville on saturday afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'nashville', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'afternoon'} |
please give me flights available from denver to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
round trip air fares from baltimore to philadelphia less than 1000 dollars | [[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia', 'cost_relative': 'less', 'fare_amount': '1000 dollars'} |
dallas to oakland saturday | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'oakland', 'depart_date.day_name': 'saturday'} |
what aircraft is used on delta flight 1222 from kansas city to salt lake city | [[FUNCTION]] get_aircraft {'airline_name': 'delta', 'flight_number': '1222', 'fromloc.city_name': 'kansas city', 'toloc.city_name': 'salt lake city'} |
i need to go from philadelphia to dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'} |
how many flights does american airlines have from boston to atlanta | [[FUNCTION]] get_quantity {'airline_name': 'american airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'} |
only show continental flights | [[FUNCTION]] get_flight {'airline_name': 'continental'} |
what is restriction ap 80 | [[FUNCTION]] get_abbreviation {'restriction_code': 'ap 80'} |
oakland to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'denver'} |
show me flights between new york city and las vegas on sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york city', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday'} |
can you tell me the flights on october fifteenth 1991 from boston to oakland | [[FUNCTION]] get_flight {'depart_date.month_name': 'october', 'depart_date.day_number': 'fifteenth', 'depart_date.year': '1991', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'} |
what flights from chicago to denver in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'denver', 'depart_time.period_of_day': 'morning'} |
what are the flights from washington dc to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'denver'} |
i would like an evening flight from pittsburgh to los angeles on june third | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'los angeles', 'depart_date.month_name': 'june', 'depart_date.day_number': 'third'} |
from las vegas to phoenix departing in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'phoenix', 'depart_time.period_of_day': 'morning'} |
flights from milwaukee to phoenix on saturday or sunday american airlines | [[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'sunday', 'or': 'or', 'airline_name': 'american airlines'} |
flights from boston to pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'} |
i 'm looking for ground transportation in dallas | [[FUNCTION]] get_ground_service {'city_name': 'dallas'} |
is there a flight from atlanta to san francisco that stops over in denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'} |
what is the earliest flight between boston and washington | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'} |
first class american flight from philadelphia to dallas on wednesday | [[FUNCTION]] get_flight {'class_type': 'first class', 'airline_name': 'american', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'wednesday'} |
i 'd need information please on a flight from washington dc san francisco california | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'fromloc.state_code': 'dc', 'fromloc.state_name': 'california'} |
i 'd like flight information between boston and washington september third | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'depart_date.month_name': 'september', 'depart_date.day_number': 'third'} |
list daily flights from atlanta to denver | [[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'} |
all flights from baltimore to philadelphia less than 1000 dollars | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia', 'cost_relative': 'less', 'fare_amount': '1000 dollars'} |
show me the flights from san francisco to boston on august thirty first | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.month_name': 'august', 'depart_date.day_number': 'thirty first'} |
show flights between boston and philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.