input stringlengths 6 259 | output stringlengths 26 381 |
|---|---|
what limousine service is in boston | [[FUNCTION]] get_ground_service {'transport_type': 'limousine', 'city_name': 'boston'} |
what are the flights from las vegas to burbank also on saturday may twenty two | [[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'burbank', 'depart_date.day_name': 'saturday', 'depart_date.month_name': 'may', 'depart_date.day_number': 'twenty two'} |
how many united flights are there to san francisco | [[FUNCTION]] get_quantity {'airline_name': 'united', 'toloc.city_name': 'san francisco'} |
show me the flights into love field | [[FUNCTION]] get_flight {'toloc.airport_name': 'love field'} |
what are the rental car rates in san francisco | [[FUNCTION]] get_ground_fare {'transport_type': 'rental car', 'city_name': 'san francisco'} |
san francisco to boston please with a stopover in denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'stoploc.city_name': 'denver'} |
i would like to see the flights from denver to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
please list all flights on united airlines and northwest which go to denver | [[FUNCTION]] get_flight {'airline_name': 'northwest', 'toloc.city_name': 'denver'} |
i 'm traveling to dallas from philadelphia | [[FUNCTION]] get_flight {'toloc.city_name': 'dallas', 'fromloc.city_name': 'philadelphia'} |
list the total number of flights to all airports by delta | [[FUNCTION]] get_quantity {'airline_name': 'delta'} |
i need to book a flight from newark to tampa on april fourth | [[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'tampa', 'depart_date.month_name': 'april', 'depart_date.day_number': 'fourth'} |
show me all flights between san francisco and philadelphia for september fifteenth | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'philadelphia', 'depart_date.month_name': 'september', 'depart_date.day_number': 'fifteenth'} |
all flights from san francisco to los angeles | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'los angeles'} |
is there a flight on continental airlines from boston to denver | [[FUNCTION]] get_flight {'airline_name': 'continental airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'} |
what flight from denver to pittsburgh arrives earliest in the morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'arrive_time.period_mod': 'earliest', 'arrive_time.period_of_day': 'morning'} |
when is the earliest flight from boston to denver | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'} |
what 's a flight that goes from baltimore to seattle | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'seattle'} |
what 's the first flight from boston to san francisco | [[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
please give grounds transportation at dallas airport | [[FUNCTION]] get_ground_service {'airport_name': 'dallas airport'} |
what is the latest afternoon flight i can get from dallas to san francisco on first class | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'class_type': 'first class'} |
what is restriction ap 57 | [[FUNCTION]] get_abbreviation {'restriction_code': 'ap 57'} |
what is the earliest flight from boston that will arrive in denver | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'} |
what is the earliest arrival in salt lake city of a flight from toronto | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'toloc.city_name': 'salt lake city', 'fromloc.city_name': 'toronto'} |
and what is the last flight from denver to boston for tomorrow evening | [[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'denver', 'toloc.city_name': 'boston', 'depart_date.today_relative': 'tomorrow', 'depart_time.period_of_day': 'evening'} |
please show all flights from philadelphia to denver airport next sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.airport_name': 'denver airport', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'sunday'} |
all flights and fares from pittsburgh to dallas round trip after 12 pm less than 1100 dollars | [[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'dallas', 'round_trip': 'round trip', 'depart_time.time_relative': 'after', 'depart_time.time': '12 pm', 'cost_relative': 'less', 'fare_amount': '1100 dollars'} |
show me all fares between philadelphia and san francisco that are less than 200 dollars one way | [[FUNCTION]] get_airfare {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'cost_relative': 'less', 'fare_amount': '200 dollars', 'round_trip': 'one way'} |
show me fares leaving on tuesdays from denver to dallas | [[FUNCTION]] get_airfare {'depart_date.day_name': 'tuesdays', 'fromloc.city_name': 'denver', 'toloc.city_name': 'dallas'} |
i want wednesday flights 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'} |
are they all nonstop flights from kansas city to st. paul | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'kansas city', 'toloc.city_name': 'st. paul'} |
okay show me all the flights to baltimore | [[FUNCTION]] get_flight {'toloc.city_name': 'baltimore'} |
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'} |
i 'd like a return flight from denver to atlanta evening flights | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'depart_time.period_of_day': 'evening'} |
american flights from cincinnati to salt lake city | [[FUNCTION]] get_flight {'airline_name': 'american', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'salt lake city'} |
list all the flights that depart from general mitchell international | [[FUNCTION]] get_flight {'fromloc.airport_name': 'general mitchell international'} |
minneapolis to phoenix on monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'monday'} |
show me dallas ground transport | [[FUNCTION]] get_ground_service {'city_name': 'dallas'} |
what flights are available monday from san francisco to pittsburgh | [[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh'} |
flights 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'} |
i need to fly from washington to san francisco but i 'd like to stop over at dallas can you tell me a schedule of flights that will do that | [[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas', 'flight_time': 'schedule'} |
what 's the cheapest round trip fare between dallas and baltimore | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'} |
please list nonstop flights from las vegas to new york on america west | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'new york', 'airline_name': 'america west'} |
i 'd like to see flights from baltimore to atlanta that arrive before noon and i 'd like to see flights from denver to atlanta that arrive before noon | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon'} |
okay just on november twenty third i want to fly from atlanta to denver and i need to know what flights are available | [[FUNCTION]] get_flight {'depart_date.month_name': 'november', 'depart_date.day_number': 'twenty third', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'} |
what kind of plane flies from boston to pittsburgh after noon | [[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_time.time_relative': 'after', 'depart_time.time': 'noon'} |
flight from denver to salt lake city | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'salt lake city'} |
are there any other flights from boston to pittsburgh wednesday next week later than 5 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'wednesday', 'depart_date.date_relative': 'next', 'depart_time.time_relative': 'later', 'depart_time.time': '5 pm'} |
flight information from oakland to denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'denver'} |
i would like a flight between denver and san francisco leaving from denver in the afternoon and arriving at 5 pm it must be a nonstop flight | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_time.period_of_day': 'afternoon', 'arrive_time.time': '5 pm', 'flight_stop': 'nonstop'} |
what flights are there available from philadelphia to denver on wednesday with economy class | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver', 'depart_date.day_name': 'wednesday', 'economy': 'economy class'} |
is there a united airlines flight from miami to washington dc arriving around noon | [[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'miami', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'arrive_time.time_relative': 'around', 'arrive_time.time': 'noon'} |
show me all the flights from new york to milwaukee | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'milwaukee'} |
what ground transportation is available in denver | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
could i have a listing of flights leaving boston going to baltimore leaving wednesday after 2100 | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'after', 'depart_time.time': '2100'} |
what ground transportation is available in atlanta | [[FUNCTION]] get_ground_service {'city_name': 'atlanta'} |
what is the cost of the air taxi operation at philadelphia international airport | [[FUNCTION]] get_ground_fare {'transport_type': 'air taxi operation', 'airport_name': 'philadelphia international airport'} |
what does d s stand for for meals | [[FUNCTION]] get_abbreviation {'meal_code': 'd s', 'meal': 'meals'} |
show all airlines with flights between denver and dallas | [[FUNCTION]] get_airline {'fromloc.city_name': 'denver', 'toloc.city_name': 'dallas'} |
first class round trip airfare from indianapolis to memphis | [[FUNCTION]] get_airfare {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis'} |
how much does flight ua 297 from denver to san francisco cost | [[FUNCTION]] get_airfare {'airline_code': 'ua', 'flight_number': '297', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
i need a round trip flight from cincinnati to san jose california | [[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'san jose', 'toloc.state_name': 'california'} |
what northwest airline flights leave denver before noon | [[FUNCTION]] get_flight {'airline_name': 'northwest airline', 'fromloc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'} |
show me return flights from cincinnati to salt lake city nonstop | [[FUNCTION]] get_flight {'round_trip': 'return', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'salt lake city', 'flight_stop': 'nonstop'} |
is there a flight leaving from boston to atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'} |
show me a list of flights on july twenty second leaving dc to dallas leaving dc after 6 pm | [[FUNCTION]] get_flight {'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty second', 'fromloc.state_code': 'dc', 'toloc.city_name': 'dallas', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'} |
my question is i want to go to san francisco and i live in denver and i would like to fly on united airlines do you have an early flight | [[FUNCTION]] get_flight {'toloc.city_name': 'san francisco', 'fromloc.city_name': 'denver', 'airline_name': 'united airlines', 'flight_mod': 'early'} |
show flights from pittsburgh into san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'} |
what flights are there from dallas to houston | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'houston'} |
show me all flights between boston and washington | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'} |
show me all flights from boston to denver which arrive in denver wednesday before noon | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'arrive_date.day_name': 'wednesday', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon'} |
list possible round trip daily flights between boston and oakland | [[FUNCTION]] get_flight {'round_trip': 'round trip', 'flight_days': 'daily', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'} |
please show me airlines with service from boston to denver | [[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'} |
what are the fares for flights between atlanta and dfw provided by delta airlines | [[FUNCTION]] get_airfare {'fromloc.city_name': 'atlanta', 'toloc.airport_code': 'dfw', 'airline_name': 'delta airlines'} |
show me one more time the first class fares from baltimore to dallas | [[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'} |
what are my choices of flights to get from charlotte to minneapolis arriving about 7 pm in minneapolis | [[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'minneapolis', 'arrive_time.time_relative': 'about', 'arrive_time.time': '7 pm'} |
tell me the flights from baltimore to dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'} |
i want to find a flight from boston to atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'} |
ground transportation between airport and downtown in boston | [[FUNCTION]] get_ground_service {'toloc.city_name': 'boston'} |
what 're the flights from memphis to las vegas that arrive on a sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas', 'arrive_date.day_name': 'sunday'} |
i would like to fly from dallas to san francisco on saturday and arrive in san francisco before 4 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'saturday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '4 pm'} |
what are the flights from dallas to boston for tomorrow night or evening | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'boston', 'depart_date.today_relative': 'tomorrow', 'depart_time.period_of_day': 'evening', 'or': 'or'} |
flight from denver to boston | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'boston'} |
show me the flights from san francisco to dallas on continental airlines | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'dallas', 'airline_name': 'continental airlines'} |
find me flights that are nonstop between boston and dallas | [[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'} |
show me the fare from dallas to san francisco | [[FUNCTION]] get_airfare {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
i want to know what flights you have available coach or economy class from baltimore to dallas | [[FUNCTION]] get_flight {'class_type': 'coach', 'or': 'or', 'economy': 'economy class', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'} |
show me american flights from dallas to san francisco | [[FUNCTION]] get_flight {'airline_name': 'american', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'} |
what is the cheapest flight from pittsburgh to atlanta one way | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'round_trip': 'one way'} |
show prices for all flights from baltimore to dallas on july twenty ninth | [[FUNCTION]] get_airfare {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty ninth'} |
what flights are available from dallas fort worth to atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas fort worth', 'toloc.city_name': 'atlanta'} |
looking for flights in toronto to san diego | [[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'} |
what do you have tomorrow after 5 o'clock from atlanta to san francisco | [[FUNCTION]] get_flight {'depart_date.today_relative': 'tomorrow', 'depart_time.time_relative': 'after', 'depart_time.time': "5 o'clock", 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco'} |
what flight leaves dallas for atlanta on august twenty seventh in the evening | [[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh', 'depart_time.period_of_day': 'evening'} |
list all flights from boston to oakland | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'} |
what 's the latest flight from san francisco to atlanta | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'atlanta'} |
philadelphia to boston monday | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'boston', 'depart_date.day_name': 'monday'} |
i want a flight from los angeles to charlotte that leaves on a weekday morning | [[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'charlotte', 'depart_date.day_name': 'weekday', 'depart_time.period_of_day': 'morning'} |
ground transport in denver | [[FUNCTION]] get_ground_service {'city_name': 'denver'} |
i would like a flight between denver and san francisco leaving from denver in the afternoon and arriving at 5 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco', 'depart_time.period_of_day': 'afternoon', 'arrive_time.time': '5 pm'} |
what ground transportation is available in baltimore for the day after tomorrow | [[FUNCTION]] get_ground_service {'city_name': 'baltimore', 'today_relative': 'the day after tomorrow'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.