input stringlengths 6 259 | output stringlengths 26 381 |
|---|---|
list all flights on continental leaving seattle on sunday after 430 pm | [[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'seattle', 'depart_date.day_name': 'sunday', 'depart_time.time_relative': 'after', 'depart_time.time': '430 pm'} |
what is the latest flight from san francisco to washington | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington'} |
how many of delta 's night flights are first class | [[FUNCTION]] get_quantity {'airline_name': "delta 's", 'depart_time.period_of_day': 'night', 'class_type': 'first class'} |
what airline is as | [[FUNCTION]] get_airline {'airline_code': 'as'} |
show me ground transportation in washington dc | [[FUNCTION]] get_ground_service {'city_name': 'washington', 'state_code': 'dc'} |
what flights leave denver before noon on northwest airlines | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon', 'airline_name': 'northwest airlines'} |
what flights leave pittsburgh july fifth after 7 pm and arrive in san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'depart_date.month_name': 'july', 'depart_date.day_number': 'fifth', 'depart_time.time_relative': 'after', 'depart_time.time': '7 pm', 'toloc.city_name': 'san francisco'} |
show me the flights from baltimore to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'} |
show me flights from atlanta to philadelphia in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia', 'depart_time.period_of_day': 'morning'} |
i would like to fly from atlanta to san francisco with a stopover in dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'} |
what is as | [[FUNCTION]] get_abbreviation {'airline_code': 'as'} |
i want a flight on saturday from minneapolis to long beach | [[FUNCTION]] get_flight {'depart_date.day_name': 'saturday', 'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'long beach'} |
i would like to fly to baltimore | [[FUNCTION]] get_flight {'toloc.city_name': 'baltimore'} |
i would like a flight from washington to boston on august twentieth at 324 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'boston', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twentieth', 'depart_time.time': '324 pm'} |
wednesday morning flights between baltimore and newark new jersey | [[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark', 'toloc.state_name': 'new jersey'} |
how long does it take to fly from boston to atlanta | [[FUNCTION]] get_distance {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'} |
on eastern flight 825 from atlanta to denver can you tell me what type of aircraft used before 12 noon | [[FUNCTION]] get_flight {'airline_name': 'eastern', 'flight_number': '825', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': '12 noon'} |
on july eighth i 'd like a flight from newark to orlando in the morning | [[FUNCTION]] get_flight {'depart_date.month_name': 'july', 'depart_date.day_number': 'eighth', 'fromloc.city_name': 'newark', 'toloc.city_name': 'orlando', 'depart_time.period_of_day': 'morning'} |
what are the flights from denver to oakland | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'} |
what flights go from pittsburgh to newark after 823 in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'newark', 'depart_time.time_relative': 'after', 'depart_time.time': '823', 'depart_time.period_of_day': 'morning'} |
ground transport phoenix | [[FUNCTION]] get_ground_service {'city_name': 'phoenix'} |
show me the flights from atlanta to bwi | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.airport_code': 'bwi'} |
what are the flights between pittsburgh and san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'} |
now i 'd like a schedule for the flights on tuesday morning from oakland no from dallas fort worth to atlanta | [[FUNCTION]] get_flight_time {'flight_time': 'schedule', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'dallas fort worth', 'toloc.city_name': 'atlanta'} |
show me flights first class from san francisco to pittsburgh leaving on tuesday after 8 o'clock in the morning and before 12 noon | [[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'tuesday', 'depart_time.time_relative': 'before', 'depart_time.time': '12 noon', 'depart_time.period_of_day': 'morning'} |
flights from pittsburgh to baltimore arriving between 4 and 5 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'arrive_time.start_time': '4', 'arrive_time.end_time': '5 pm'} |
what is the cheapest fare that i can get between philadelphia and san francisco | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'} |
what flight do you have from dallas to denver on august twenty seventh in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'denver', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh', 'depart_time.period_of_day': 'morning'} |
what is the next flight from pittsburgh to san francisco after delta flight 1059 | [[FUNCTION]] get_flight {'flight_mod': 'next', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'mod': 'after', 'airline_name': 'delta', 'flight_number': '1059'} |
i need a flight from san francisco to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'philadelphia'} |
does continental fly from boston to san francisco | [[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
what does the fare code yn mean | [[FUNCTION]] get_abbreviation {'fare_basis_code': 'yn'} |
i want a nonstop flight from indianapolis to toronto that leaves thursday morning | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'toronto', 'arrive_date.day_name': 'thursday', 'arrive_time.period_of_day': 'morning'} |
give me all the flights from new york to miami round trip | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'round_trip': 'round trip'} |
show me the available flights from san francisco to boston on november twenty fourth | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.month_name': 'november', 'depart_date.day_number': 'twenty fourth'} |
what is the fare from philadelphia to pittsburgh business class one way | [[FUNCTION]] get_airfare {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'pittsburgh', 'class_type': 'business class', 'round_trip': 'one way'} |
what is the latest flight in the day from baltimore to atlanta | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta'} |
what is the fare on continental 271 from dallas to san francisco | [[FUNCTION]] get_airfare {'airline_name': 'continental', 'flight_number': '271', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
show me flights on september twenty sixth please | [[FUNCTION]] get_flight {'depart_date.month_name': 'september', 'depart_date.day_number': 'twenty sixth'} |
what type of ground transportation is available in washington | [[FUNCTION]] get_ground_service {'city_name': 'washington'} |
what is the last flight from san francisco to boston this wednesday | [[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday'} |
please show me early morning flights from atlanta to philadelphia on wednesday | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'wednesday'} |
show me the airlines that use love field | [[FUNCTION]] get_airline {'airport_name': 'love field'} |
show me all connecting flights on united airlines between boston and san francisco | [[FUNCTION]] get_flight {'connect': 'connecting', 'airline_name': 'united airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
hi i 'd like a flight on alaska airlines from san diego to toronto please | [[FUNCTION]] get_flight {'airline_name': 'alaska airlines', 'fromloc.city_name': 'san diego', 'toloc.city_name': 'toronto'} |
please show me airlines with flights from denver to boston stop philadelphia | [[FUNCTION]] get_airline {'fromloc.city_name': 'denver', 'toloc.city_name': 'boston', 'stoploc.city_name': 'philadelphia'} |
list the northwest airlines flights that leave denver before noon | [[FUNCTION]] get_flight {'airline_name': 'northwest airlines', 'fromloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'} |
okay how about a flight on sunday from tampa to charlotte | [[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte'} |
what type of aircraft does eastern fly from atlanta to denver before 6 pm | [[FUNCTION]] get_aircraft {'airline_name': 'eastern', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': '6 pm'} |
i want to fly from boston to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
i would like information on flights leaving early monday morning from atlanta to baltimore | [[FUNCTION]] get_flight {'depart_time.period_mod': 'early', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'} |
list all the flights that arrive at general mitchell international airport | [[FUNCTION]] get_flight {'toloc.airport_name': 'general mitchell international airport'} |
how do i get to philadelphia downtown from the airport | [[FUNCTION]] get_ground_service {'toloc.city_name': 'philadelphia'} |
what is the last flight from san francisco to dallas fort worth | [[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'dallas fort worth'} |
list least expensive flight from dallas to baltimore | [[FUNCTION]] get_flight {'cost_relative': 'least expensive', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'} |
could you please list all of the classes of flights there are | [[FUNCTION]] get_flight {} |
list flights from pittsburgh to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'} |
list all flights leaving denver on continental on sunday after 934 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'airline_name': 'continental', 'depart_date.day_name': 'sunday', 'depart_time.time_relative': 'after', 'depart_time.time': '934 pm'} |
what is the cheapest round trip fare from pittsburgh to atlanta | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'} |
i 'd like to find a flight from las vegas to detroit michigan that leaves in the afternoon on monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'detroit', 'toloc.state_name': 'michigan', 'depart_time.period_of_day': 'afternoon', 'depart_date.day_name': 'monday'} |
list the earliest flights from st. paul to san jose | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'st. paul', 'toloc.city_name': 'san jose'} |
would you be able to put me on a flight with delta leaving the morning of august twenty seventh from baltimore to san francisco | [[FUNCTION]] get_flight {'airline_name': 'delta', 'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'} |
from sfo to denver | [[FUNCTION]] get_flight {'fromloc.airport_code': 'sfo', 'toloc.city_name': 'denver'} |
san francisco to philadelphia please | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'philadelphia'} |
where does canadian airlines international fly to | [[FUNCTION]] get_flight {'airline_name': 'canadian airlines international'} |
what flights go from san francisco to dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'dallas'} |
what is the cheapest fare for a one way flight from boston to atlanta | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'} |
show me what flights are available from baltimore to dallas with economy fares | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas', 'economy': 'economy'} |
what is the cheapest fare from dallas to denver on delta | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'denver', 'airline_name': 'delta'} |
please show me airlines with flights from philadelphia to dallas | [[FUNCTION]] get_airline {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'} |
sfo to denver on monday november eleventh 1991 | [[FUNCTION]] get_flight {'fromloc.airport_code': 'sfo', 'toloc.city_name': 'denver', 'depart_date.day_name': 'monday', 'depart_date.month_name': 'november', 'depart_date.day_number': 'eleventh', 'depart_date.year': '1991'} |
what is the code for business class | [[FUNCTION]] get_abbreviation {'class_type': 'business class'} |
flights from pittsburgh to baltimore arriving between 4 and 5 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'arrive_time.start_time': '4', 'arrive_time.end_time': '5 pm'} |
locate flights from philadelphia to dallas stopping in hartfield | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'stoploc.airport_name': 'hartfield'} |
what kind of ground transportation is there in philadelphia | [[FUNCTION]] get_ground_service {'city_name': 'philadelphia'} |
i 'm trying to find a flight from kansas city to burbank on saturday the twenty second | [[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'burbank', 'depart_date.day_name': 'saturday', 'depart_date.day_number': 'twenty second'} |
flights from long beach to nashville | [[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'nashville'} |
show flights first class on american from dallas fort worth to san francisco international | [[FUNCTION]] get_flight {'class_type': 'first class', 'airline_name': 'american', 'fromloc.city_name': 'dallas fort worth', 'toloc.airport_name': 'san francisco international'} |
give me the round trip coach fare from dallas to baltimore | [[FUNCTION]] get_airfare {'round_trip': 'round trip', 'class_type': 'coach', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'} |
i 'd like an early morning weekday flight from san diego to phoenix | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'flight_mod': 'weekday', 'fromloc.city_name': 'san diego', 'toloc.city_name': 'phoenix'} |
is there a twa flight from las vegas to new york | [[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'new york'} |
what nonstop flights are available from oakland to philadelphia arriving between 5 and 6 pm | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'philadelphia', 'arrive_time.start_time': '5', 'arrive_time.end_time': '6 pm'} |
i need information on flight from atlanta to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'} |
what is the earliest departure time from boston to denver | [[FUNCTION]] get_flight_time {'flight_mod': 'earliest', 'flight_time': 'departure time', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'} |
ground transportation in denver | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
show me all flights from san francisco to pittsburgh which arrive in pittsburgh before 9 o'clock am tomorrow | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'arrive_time.time_relative': 'before', 'arrive_time.time': "9 o'clock am", 'arrive_date.today_relative': 'tomorrow'} |
are there any 4 o'clock flights from washington to denver | [[FUNCTION]] get_flight {'depart_time.time': "4 o'clock", 'fromloc.city_name': 'washington', 'toloc.city_name': 'denver'} |
what is the last flight from baltimore to boston | [[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'boston'} |
flights from newark new jersey to minneapolis | [[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'fromloc.state_name': 'new jersey', 'toloc.city_name': 'minneapolis'} |
what flights go from dallas to san francisco before 6 o'clock sunday afternoon | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'before', 'depart_time.time': "6 o'clock", 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'afternoon'} |
i need a first class ticket on united airlines from denver to baltimore scheduled for december seventeenth | [[FUNCTION]] get_airfare {'class_type': 'first class', 'airline_name': 'united airlines', 'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'december', 'depart_date.day_number': 'seventeenth'} |
give me the flights with the fares from indianapolis to orlando on december twenty seventh | [[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando', 'depart_date.month_name': 'december', 'depart_date.day_number': 'twenty seventh'} |
i want to fly from boston to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore'} |
show me all flights from pittsburgh to atlanta which leave after 5 o'clock pm tomorrow | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'after', 'depart_time.time': "5 o'clock pm", 'depart_date.today_relative': 'tomorrow'} |
list all american airline flights which leave phoenix on wednesday and stop at milwaukee | [[FUNCTION]] get_flight {'airline_name': 'american airline', 'fromloc.city_name': 'phoenix', 'depart_date.day_name': 'wednesday', 'stoploc.city_name': 'milwaukee'} |
show me flights from boston to washington on monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'depart_date.day_name': 'monday'} |
train to newark | [[FUNCTION]] get_ground_service {'transport_type': 'train', 'city_name': 'newark'} |
i would like to find out the ground travel available in atlanta | [[FUNCTION]] get_ground_service {'city_name': 'atlanta'} |
i want to fly from boston to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
show me the ground transportation schedule in san francisco on thursday evening | [[FUNCTION]] get_ground_service {'city_name': 'san francisco', 'day_name': 'thursday', 'period_of_day': 'evening'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.