input stringlengths 6 259 | output stringlengths 26 381 |
|---|---|
show me fares from miami to new york | [[FUNCTION]] get_airfare {'fromloc.city_name': 'miami', 'toloc.city_name': 'new york'} |
show me one way flights from tampa to st. louis departing before 10 am first class | [[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'st. louis', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am', 'class_type': 'first class'} |
what flights are there from los angeles to pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh'} |
how many first class flights does delta airlines have | [[FUNCTION]] get_quantity {'class_type': 'first class', 'airline_name': 'delta airlines'} |
can you tell me the flights that go from boston to atlanta sometime after 5 pm | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'} |
show me the cheapest one way fares from san diego to miami | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'san diego', 'toloc.city_name': 'miami'} |
i will need a car at new york | [[FUNCTION]] get_ground_service {'transport_type': 'car', 'city_name': 'new york'} |
which northwest flights stop in denver before noon | [[FUNCTION]] get_flight {'airline_name': 'northwest', 'stoploc.city_name': 'denver', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'} |
show me flights from san francisco to pittsburgh on a sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'sunday'} |
what flights are provided by delta airlines | [[FUNCTION]] get_flight {'airline_name': 'delta airlines'} |
what flights leave from nashville to milwaukee | [[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'milwaukee'} |
what is united airlines service between boston and san francisco | [[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
can you tell me what airline flies between denver and san francisco | [[FUNCTION]] get_airline {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
show me round trip first class tickets from new york to miami | [[FUNCTION]] get_airfare {'round_trip': 'round trip', 'class_type': 'first class', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'} |
show me the flight from detroit to westchester county with the highest one way fare | [[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'toloc.city_name': 'westchester county', 'cost_relative': 'highest', 'round_trip': 'one way'} |
what flights are available wednesday afternoon from atlanta to san francisco | [[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco'} |
i want to fly from denver to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'} |
i need a flight from pittsburgh to boston on wednesday the fourteenth | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday', 'depart_date.day_number': 'fourteenth'} |
what is your last flight leaving san francisco and arriving in denver | [[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver'} |
show me the fares for a first class ticket from baltimore to dallas | [[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'dallas'} |
what are the afternoon flights between washington and boston | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'washington', 'toloc.city_name': 'boston'} |
okay on tuesday june first i 'd like to go from phoenix to detroit in the late afternoon | [[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'depart_date.month_name': 'june', 'depart_date.day_number': 'first', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'detroit', 'depart_time.period_of_day': 'late afternoon'} |
what flights are available friday afternoon from atlanta to dallas | [[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas'} |
show me the prices of first class tickets on us air round trip from cleveland to miami | [[FUNCTION]] get_airfare {'class_type': 'first class', 'airline_name': 'us air', 'round_trip': 'round trip', 'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami'} |
which delta flights depart from san francisco heading toward boston after 12 noon | [[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_time.time_relative': 'after', 'depart_time.time': '12 noon'} |
show flights from philadelphia to dallas on saturday | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'saturday'} |
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'} |
flights between new york and san jose | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'san jose'} |
what are the flights from boston to washington | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'} |
i want to fly from boston to baltimore | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore'} |
what flights go from boston to washington next tuesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday'} |
what 's the earliest flight from boston to bwi that serves lunch | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.airport_code': 'bwi', 'meal_description': 'lunch'} |
show me the car rentals in baltimore | [[FUNCTION]] get_ground_service {'transport_type': 'car rentals', 'city_name': 'baltimore'} |
may i have a listing of flights from minneapolis to long beach california on wednesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'long beach', 'toloc.state_name': 'california', 'depart_date.day_name': 'wednesday'} |
show me the cheapest flight from pittsburgh to atlanta on wednesday which leaves before noon and serves breakfast | [[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon', 'meal_description': 'breakfast'} |
i 'd like to know the latest flight from atlanta to boston | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
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'} |
what does fare code qo mean | [[FUNCTION]] get_abbreviation {'fare_basis_code': 'qo'} |
what is the earliest flight from memphis to cincinnati on june thirtieth | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'memphis', 'toloc.city_name': 'cincinnati', 'depart_date.month_name': 'june', 'depart_date.day_number': 'thirtieth'} |
does midwest express have any flights | [[FUNCTION]] get_flight {'airline_name': 'midwest'} |
i 'm looking for a flight leaving denver traveling to atlanta and stopping at pittsburgh is this possible | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta', 'stoploc.city_name': 'pittsburgh'} |
what is the ap57 restriction | [[FUNCTION]] get_abbreviation {'restriction_code': 'ap57'} |
i would like to book a flight from baltimore to newark early in the morning on april ninth | [[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark', 'depart_time.period_mod': 'early', 'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'april', 'depart_date.day_number': 'ninth'} |
i need an early flight from dallas to houston | [[FUNCTION]] get_flight {'flight_mod': 'early', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'houston'} |
show me the flights from oakland to washington | [[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'washington'} |
show me the flights from boston to san francisco on united airlines | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'airline_name': 'united airlines'} |
what is the cheapest fare from boston to san francisco | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'} |
show me the flights arriving in baltimore from philadelphia at about 4 o'clock | [[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'fromloc.city_name': 'philadelphia', 'arrive_time.time_relative': 'about', 'arrive_time.time': "4 o'clock"} |
what flights are there from indianapolis to orlando | [[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando'} |
please list all flights between indianapolis and orlando on the twenty seventh of december | [[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando', 'depart_date.day_number': 'twenty seventh', 'depart_date.month_name': 'december'} |
i live in montreal and i want to travel to chicago then indianapolis and then return home | [[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'toloc.city_name': 'indianapolis'} |
show me flights from washington dc to san francisco with a stopover in denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'} |
i would like to book a flight on us air first class from cleveland to miami on february twenty second | [[FUNCTION]] get_flight {'airline_name': 'us air', 'class_type': 'first class', 'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami', 'depart_date.month_name': 'february', 'depart_date.day_number': 'twenty second'} |
show me the flights from philadelphia to dallas | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'} |
what flights from st. paul to kansas city on friday with a meal | [[FUNCTION]] get_flight {'fromloc.city_name': 'st. paul', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'friday', 'meal': 'meal'} |
can you list the earliest flights from oakland to salt lake city on thursday | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_date.day_name': 'thursday'} |
show me the flights from boston to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'} |
tell me about flights from st. petersburg arriving in toronto before noon | [[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'toronto', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon'} |
show all tuesday morning flights from pittsburgh to denver | [[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'} |
show me all flights from charlotte to philadelphia | [[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'philadelphia'} |
from seattle to salt lake city | [[FUNCTION]] get_flight {'fromloc.city_name': 'seattle', 'toloc.city_name': 'salt lake city'} |
please show me the philadelphia to denver saturday flights again | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver', 'depart_date.day_name': 'saturday'} |
show me all flights from boston to denver which arrive before noon on wednesday | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon', 'arrive_date.day_name': 'wednesday'} |
what are connecting flights from chicago into seattle on june fifth | [[FUNCTION]] get_flight {'connect': 'connecting', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'depart_date.month_name': 'june', 'depart_date.day_number': 'fifth'} |
i 'd like information on boston to washington | [[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'} |
i would like to book on delta airlines their earliest possible flight from washington dc to san francisco | [[FUNCTION]] get_flight {'airline_name': 'delta airlines', 'flight_mod': 'earliest', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san francisco'} |
i need a flight from new york to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'san francisco'} |
i 'd like to go to boston from denver and i 'd like to get there | [[FUNCTION]] get_flight {'toloc.city_name': 'boston', 'fromloc.city_name': 'denver'} |
what is the least expensive flight from baltimore to san francisco | [[FUNCTION]] get_flight {'cost_relative': 'least expensive', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'} |
in pittsburgh i 'd like to rent a car | [[FUNCTION]] get_ground_service {'city_name': 'pittsburgh', 'transport_type': 'car'} |
show me all the flights from indianapolis to san diego on us air | [[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'san diego', 'airline_name': 'us air'} |
show me all flights from san diego to los angeles | [[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'los angeles'} |
show me all the flights that arrive in baltimore from anywhere between 1850 and midnight | [[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'arrive_time.start_time': '1850', 'arrive_time.period_of_day': 'midnight'} |
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'} |
what is the latest flight from salt lake city to phoenix | [[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'phoenix'} |
show me the most expensive fare | [[FUNCTION]] get_airfare {'cost_relative': 'most expensive'} |
are there any early flights from atlanta to washington on thursday mornings | [[FUNCTION]] get_flight {'depart_time.period_mod': 'early', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'mornings'} |
show me the most expensive fare | [[FUNCTION]] get_airfare {'cost_relative': 'most expensive'} |
i need a flight to seattle leaving from baltimore making a stop in minneapolis | [[FUNCTION]] get_flight {'toloc.city_name': 'seattle', 'fromloc.city_name': 'baltimore', 'stoploc.city_name': 'minneapolis'} |
what does us mean | [[FUNCTION]] get_abbreviation {'airline_code': 'us'} |
i would like to book a flight on us air first class from cleveland to miami on february twenty fourth | [[FUNCTION]] get_flight {'airline_name': 'us air', 'class_type': 'first class', 'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami', 'depart_date.month_name': 'february', 'depart_date.day_number': 'twenty fourth'} |
what are all flights from pittsburgh to boston on wednesdays | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesdays'} |
what kind of airplane is flight ua 270 from denver to philadelphia | [[FUNCTION]] get_aircraft {'airline_code': 'ua', 'flight_number': '270', 'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'} |
information on flights from philadelphia to san francisco | [[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'} |
show me the evening flights from atlanta to boston | [[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'} |
show any flights leaving san francisco on sunday and arriving in pittsburgh | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'depart_date.day_name': 'sunday', 'toloc.city_name': 'pittsburgh'} |
what is the cheapest one way fare from san francisco to boston on wednesday august twenty first | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.day_name': 'wednesday', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty first'} |
shortest flight from boston to philadelphia | [[FUNCTION]] get_flight {'flight_mod': 'shortest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'} |
okay for now i would like information on a flight on april twenty seventh from pittsburgh to atlanta leaving early in the morning about 8 o'clock | [[FUNCTION]] get_flight {'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty seventh', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_time.period_mod': 'early', 'depart_time.period_of_day': 'morning', 'depart_time.time_relative': 'about', 'depart_time.time': "8 o'clock"} |
i 'd like to find the cheapest fare from atlanta to dallas | [[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas'} |
list the earliest flight from st. paul to san jose | [[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'st. paul', 'toloc.city_name': 'san jose'} |
can you list all flights that depart from orlando to kansas city | [[FUNCTION]] get_flight {'fromloc.city_name': 'orlando', 'toloc.city_name': 'kansas city'} |
i 'd like to arrange a flight from pittsburgh to atlanta | [[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'} |
give me the flights from new york city to las vegas on sunday and the flights from memphis to las vegas on sunday | [[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday'} |
show me the airlines that fly from toronto to san francisco | [[FUNCTION]] get_airline {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san francisco'} |
find a flight between denver and oakland the flight should leave in the afternoon and arrive near 5 pm the flight should also be nonstop | [[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland', 'depart_time.period_of_day': 'afternoon', 'arrive_time.time_relative': 'near', 'arrive_time.time': '5 pm', 'flight_stop': 'nonstop'} |
please list flights between san francisco and denver | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver'} |
what flights are there from minneapolis to newark on continental | [[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'newark', 'airline_name': 'continental'} |
list flights from san francisco to denver on friday | [[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver', 'depart_date.day_name': 'friday'} |
is there a flight leaving at 1505 from pittsburgh to baltimore on july twenty fifth 1991 | [[FUNCTION]] get_flight {'depart_time.time': '1505', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty fifth', 'depart_date.year': '1991'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.