input stringlengths 6 259 | output stringlengths 26 381 |
|---|---|
what 's the latest flight out of denver that arrives in pittsburgh next monday | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'arrive_date.date_relative': 'next', 'arrive_date.day_name': 'monday'} |
which companies fly between boston and oakland | [[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'} |
what flights do you have between oakland and boston with a stopover in dallas fort worth | [[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston', 'stoploc.city_name': 'dallas fort worth'} |
i would like to leave early in the morning | [[FUNCTION]] get_flight {'depart_time.period_mod': 'early', 'depart_time.period_of_day': 'morning'} |
show me flights from denver to atlanta on june sixteenth | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'depart_date.month_name': 'june', 'depart_date.day_number': 'sixteenth'} |
show me the itinerary for the connecting flight from dallas fort worth to san francisco that departs dallas fort worth at 1940 | [[FUNCTION]] get_flight {'connect': 'connecting', 'fromloc.city_name': 'dallas fort worth', 'toloc.city_name': 'san francisco', 'depart_time.time': '1940'} |
i want a flight between oakland and boston that arrives before 5 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston', 'arrive_time.time_relative': 'before', 'arrive_time.time': '5 pm'} |
show me flights from new york to miami | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'} |
show me flights denver to washington on thursday | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'washington', 'depart_date.day_name': 'thursday'} |
what flights leave from atlanta to boston on june twenty ninth in the afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston', 'depart_date.month_name': 'june', 'depart_date.day_number': 'twenty ninth', 'depart_time.period_of_day': 'afternoon'} |
show me the type of aircraft that canadian airlines uses | [[FUNCTION]] get_aircraft {'airline_name': 'canadian airlines'} |
what are the morning flights from philadelphia to dallas going on american airlines | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'airline_name': 'american airlines'} |
what does mco stand for | [[FUNCTION]] get_abbreviation {'airport_code': 'mco'} |
i would like to know some information on flights leaving philadelphia arriving in pittsburgh in the afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'pittsburgh', 'arrive_time.period_of_day': 'afternoon'} |
us 3724 baltimore to philadelphia what is the round trip fare | [[FUNCTION]] get_airfare {'airline_code': 'us', 'flight_number': '3724', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia', 'round_trip': 'round trip'} |
is there a 4 o'clock flight from washington dc to denver | [[FUNCTION]] get_flight {'depart_time.time': "4 o'clock", 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'denver'} |
list the flights arriving in baltimore from pittsburgh on august third | [[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'fromloc.city_name': 'pittsburgh', 'arrive_date.month_name': 'august', 'arrive_date.day_number': 'third'} |
show me all flights from phoenix to milwaukee on wednesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday'} |
i would like information on flights from baltimore to atlanta on thursday arriving in atlanta before 6 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'thursday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '6 pm'} |
please list the friday flights from houston to milwaukee on american airlines in the evening | [[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'fromloc.city_name': 'houston', 'toloc.city_name': 'milwaukee', 'airline_name': 'american airlines', 'depart_time.period_of_day': 'evening'} |
i would like to fly from pittsburgh to atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'} |
show me all the flights from denver to las vegas | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'las vegas'} |
what flights from denver to salt lake city | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'salt lake city'} |
i need a list of late afternoon flights from chicago to milwaukee | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'late afternoon', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'milwaukee'} |
i 'd like to find the cheapest flight from washington dc to atlanta | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'atlanta'} |
please list all flights on united airlines out of denver before noon | [[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'} |
in denver what kind of ground transportation is there from the airport to downtown | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
show me the lowest priced fare from dallas to baltimore | [[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'} |
what flights are there tuesday morning from dallas to atlanta | [[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta'} |
show me the fare for delta flight 296 from atlanta to philadelphia | [[FUNCTION]] get_airfare {'airline_name': 'delta', 'flight_number': '296', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia'} |
list the three earliest flights from atlanta to philadelphia on wednesday | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'wednesday'} |
from montreal to las vegas | [[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'toloc.city_name': 'las vegas'} |
can you list flights from washington to toronto with the lowest one way fares | [[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'toronto', 'cost_relative': 'lowest', 'round_trip': 'one way'} |
what are the round trip flights from philadelphia to san francisco | [[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'} |
show me all us air flights from atlanta to denver for the day after tomorrow | [[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_date.today_relative': 'the day after tomorrow'} |
show flights on us air from pittsburgh to oakland connecting through denver | [[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'oakland', 'connect': 'connecting', 'stoploc.city_name': 'denver'} |
a listing of all flights from boston to baltimore before 10 am on thursday | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am', 'depart_date.day_name': 'thursday'} |
what airport in new york is closest to downtown | [[FUNCTION]] get_airport {'fromloc.city_name': 'new york', 'mod': 'closest'} |
what flights are there from tampa to charlotte | [[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte'} |
what is the earliest flight from boston to philadelphia | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'} |
show me all flights from denver to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
all flights from long beach to phoenix | [[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'phoenix'} |
what is ff | [[FUNCTION]] get_abbreviation {'airline_code': 'ff'} |
i 'd like a nonstop flight from atlanta to baltimore that gets in around 7 pm | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore', 'arrive_time.time_relative': 'around', 'arrive_time.time': '7 pm'} |
evening flights from philadelphia to oakland | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'oakland'} |
what does ap57 mean | [[FUNCTION]] get_abbreviation {'restriction_code': 'ap57'} |
please list any flights from oakland california to philadelphia on tuesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'fromloc.state_name': 'california', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'tuesday'} |
show flights from san francisco to denver on wednesday and thursday | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver', 'depart_date.day_name': 'thursday'} |
can you tell me the cheapest one way fare from boston to san francisco | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
what ground transportation is available in denver | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
show me the flights from boston to pittsburgh on thursday | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'thursday'} |
what flights are available from philadelphia to denver on sundays | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver', 'depart_date.day_name': 'sundays'} |
list flights from philadelphia to dallas that stop in atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.city_name': 'atlanta'} |
list airlines serving between denver and san francisco | [[FUNCTION]] get_airline {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
what 's the cheapest fare for a round trip from indianapolis to orlando on december twenty seventh | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando', 'depart_date.month_name': 'december', 'depart_date.day_number': 'twenty seventh'} |
what are the lowest one way fares from pittsburgh to atlanta | [[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'round_trip': 'one way', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'} |
what flights from new york to los angeles | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'los angeles'} |
what is fare code f | [[FUNCTION]] get_abbreviation {'fare_basis_code': 'f'} |
flights from denver to seattle on saturday morning on continental | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'seattle', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning', 'airline_name': 'continental'} |
what is the least expensive flight from pittsburgh to atlanta leaving on october fifth | [[FUNCTION]] get_flight {'cost_relative': 'least expensive', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.month_name': 'october', 'depart_date.day_number': 'fifth'} |
give me the list of flights for continental between denver and boston | [[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'denver', 'toloc.city_name': 'boston'} |
list daily flights from oakland to boston using continental airlines | [[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston', 'airline_name': 'continental airlines'} |
what flights from tacoma to orlando on saturday | [[FUNCTION]] get_flight {'fromloc.city_name': 'tacoma', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'saturday'} |
what are the coach class fares on flights from pittsburgh to atlanta | [[FUNCTION]] get_airfare {'class_type': 'coach class', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'} |
what is the meaning of restriction ap80 | [[FUNCTION]] get_abbreviation {'restriction_code': 'ap80'} |
i need a flight from los angeles to charlotte today | [[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'charlotte', 'depart_date.today_relative': 'today'} |
show me all the types of aircraft | [[FUNCTION]] get_aircraft {} |
what is restriction ap80 | [[FUNCTION]] get_restriction {'restriction_code': 'ap80'} |
show me all flights from atlanta to san francisco which leave the day after tomorrow after 5 o'clock pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco', 'depart_date.today_relative': 'the day after tomorrow', 'depart_time.time_relative': 'after', 'depart_time.time': "5 o'clock pm"} |
i need a flight from new york to toronto thursday may six arriving by noon | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'toronto', 'depart_date.day_name': 'thursday', 'depart_date.month_name': 'may', 'depart_date.day_number': 'six', 'arrive_time.time_relative': 'by', 'arrive_time.time': 'noon'} |
what are my choices of flights leaving early afternoon from minneapolis to indianapolis | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'indianapolis'} |
now i need flight information leaving atlanta and arriving in baltimore in the afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore', 'arrive_time.period_of_day': 'afternoon'} |
please list all flights from baltimore to atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta'} |
what are all the flights available between pittsburgh and dallas fort worth | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'dallas fort worth'} |
from denver to pittsburgh on april twenty first i need the cheapest flight | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty first', 'cost_relative': 'cheapest'} |
find the flights leaving dallas and going to san francisco that leave after 5 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'} |
flights from new york to miami | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'} |
list flights from philadelphia to dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'} |
i need a flight from pittsburgh to los angeles thursday evening | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'evening'} |
what is the cheapest flight from denver to pittsburgh leaving on september twenty eighth | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'depart_date.month_name': 'september', 'depart_date.day_number': 'twenty eighth'} |
what flights are there from houston to dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'dallas'} |
what does ground transportation look like in oakland | [[FUNCTION]] get_ground_service {'city_name': 'oakland'} |
list all nonstop flights from la to pittsburgh before 5 pm on tuesday | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'la', 'toloc.city_name': 'pittsburgh', 'arrive_time.time_relative': 'before', 'arrive_time.time': '5 pm', 'arrive_date.day_name': 'tuesday'} |
show me the flights from denver to las vegas | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'las vegas'} |
what flights are available from denver to dallas fort worth in the afternoons | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'dallas fort worth', 'depart_time.period_of_day': 'afternoons'} |
i need a flight from new york city to montreal tomorrow | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york city', 'toloc.city_name': 'montreal', 'depart_date.today_relative': 'tomorrow'} |
show me the names of airlines in atlanta | [[FUNCTION]] get_airline {'city_name': 'atlanta'} |
i 'd like to fly from san francisco to boston with a stopover in dallas fort worth and i want to fly on delta airlines | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'stoploc.city_name': 'dallas fort worth', 'airline_name': 'delta airlines'} |
i need to find a plane from boston to san francisco on friday | [[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday'} |
show me a list of flights from denver to san francisco for september first 1991 | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'september', 'depart_date.day_number': 'first', 'depart_date.year': '1991'} |
i need a flight from kansas city to newark on the first of july | [[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'newark', 'depart_date.day_number': 'first', 'depart_date.month_name': 'july'} |
what aircraft has the largest seating capacity | [[FUNCTION]] get_aircraft {'mod': 'largest'} |
what is ewr | [[FUNCTION]] get_abbreviation {'airport_code': 'ewr'} |
what ground transportation is available at baltimore | [[FUNCTION]] get_ground_service {'city_name': 'baltimore'} |
find travel arrangements for a round trip flight from dallas to pittsburgh arriving after 8 pm | [[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'pittsburgh', 'arrive_time.time_relative': 'after', 'arrive_time.time': '8 pm'} |
show me round trip flights from denver to baltimore that offer first class service on united | [[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'class_type': 'first class', 'airline_name': 'united'} |
show me the cheapest one way flights from dallas to san francisco leaving dallas after 4 pm | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': '4 pm'} |
what are the first class fares from dallas to baltimore | [[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'} |
show me 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 northwest airlines flights leave denver before noon | [[FUNCTION]] get_flight {'airline_name': 'northwest airlines', 'fromloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.