diff --git "a/test.csv" "b/test.csv" new file mode 100644--- /dev/null +++ "b/test.csv" @@ -0,0 +1,894 @@ +input,output +i would like to find a flight from charlotte to las vegas that makes a stop in st. louis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'las vegas', 'stoploc.city_name': 'st. louis'}" +on april first i need a ticket from tacoma to san jose departing before 7 am,"[[FUNCTION]] get_airfare {'depart_date.month_name': 'april', 'depart_date.day_number': 'first', 'fromloc.city_name': 'tacoma', 'toloc.city_name': 'san jose', 'depart_time.time_relative': 'before', 'depart_time.time': '7 am'}" +on april first i need a flight going from phoenix to san diego,"[[FUNCTION]] get_flight {'depart_date.month_name': 'april', 'depart_date.day_number': 'first', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'san diego'}" +i would like a flight traveling one way from phoenix to san diego on april first,"[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'san diego', 'depart_date.month_name': 'april', 'depart_date.day_number': 'first'}" +i would like a flight from orlando to salt lake city for april first on delta airlines,"[[FUNCTION]] get_flight {'fromloc.city_name': 'orlando', 'toloc.city_name': 'salt lake city', 'depart_date.month_name': 'april', 'depart_date.day_number': 'first', 'airline_name': 'delta airlines'}" +i need a flight from toronto to newark one way leaving wednesday evening or thursday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'newark', 'round_trip': 'one way', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'}" +monday morning i would like to fly from columbus to indianapolis,"[[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'columbus', 'toloc.city_name': 'indianapolis'}" +on wednesday april sixth i would like to fly from long beach to columbus after 3 pm,"[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_date.month_name': 'april', 'depart_date.day_number': 'sixth', 'fromloc.city_name': 'long beach', 'toloc.city_name': 'columbus', 'depart_time.time_relative': 'after', 'depart_time.time': '3 pm'}" +after 12 pm on wednesday april sixth i would like to fly from long beach to columbus,"[[FUNCTION]] get_flight {'depart_time.time_relative': 'after', 'depart_time.time': '12 pm', 'depart_date.day_name': 'wednesday', 'depart_date.month_name': 'april', 'depart_date.day_number': 'sixth', 'fromloc.city_name': 'long beach', 'toloc.city_name': 'columbus'}" +are there any flights from long beach to columbus on wednesday april sixth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'columbus', 'depart_date.day_name': 'wednesday', 'depart_date.month_name': 'april', 'depart_date.day_number': 'sixth'}" +find a flight from memphis to tacoma dinner,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'tacoma', 'meal_description': 'dinner'}" +on next wednesday flight from kansas city to chicago should arrive in chicago around 7 pm return flight on thursday,"[[FUNCTION]] get_flight {'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'arrive_time.time_relative': 'around', 'arrive_time.time': '7 pm', 'return_date.day_name': 'thursday'}" +show flight and prices kansas city to chicago on next wednesday arriving in chicago by 7 pm,"[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday', 'arrive_time.time_relative': 'by', 'arrive_time.time': '7 pm'}" +flight on american from miami to chicago arrive in chicago about 5 pm,"[[FUNCTION]] get_flight {'airline_name': 'american', 'fromloc.city_name': 'miami', 'toloc.city_name': 'chicago', 'arrive_time.time_relative': 'about', 'arrive_time.time': '5 pm'}" +find flights arriving new york city next saturday,"[[FUNCTION]] get_flight {'toloc.city_name': 'new york city', 'arrive_date.date_relative': 'next', 'arrive_date.day_name': 'saturday'}" +find nonstop flights from salt lake city to new york on saturday april ninth,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'new york', 'depart_date.day_name': 'saturday', 'depart_date.month_name': 'april', 'depart_date.day_number': 'ninth'}" +show flights from burbank to milwaukee for today,"[[FUNCTION]] get_flight {'fromloc.city_name': 'burbank', 'toloc.city_name': 'milwaukee', 'depart_date.today_relative': 'today'}" +show flights tomorrow evening from milwaukee to st. louis,"[[FUNCTION]] get_flight {'depart_date.today_relative': 'tomorrow', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'st. louis'}" +show flights saturday evening from st. louis to burbank,"[[FUNCTION]] get_flight {'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'st. louis', 'toloc.city_name': 'burbank'}" +show flights from burbank to st. louis on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'burbank', 'toloc.city_name': 'st. louis', 'depart_date.day_name': 'monday'}" +show flights from burbank to milwaukee on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'burbank', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'monday'}" +show flights tuesday evening from milwaukee to st. louis,"[[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'st. louis'}" +show flights wednesday evening from st. louis to burbank,"[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'st. louis', 'toloc.city_name': 'burbank'}" +which flights travel from kansas city to los angeles,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'los angeles'}" +what flights travel from las vegas to los angeles,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'los angeles'}" +which flights travel from kansas city to los angeles on april ninth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'los angeles', 'depart_date.month_name': 'april', 'depart_date.day_number': 'ninth'}" +which flights travel from las vegas to los angeles california and arrive on april ninth between 4 and 5 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'los angeles', 'toloc.state_name': 'california', 'arrive_date.month_name': 'april', 'arrive_date.day_number': 'ninth', 'arrive_time.start_time': '4', 'arrive_time.end_time': '5 pm'}" +which flights on us air go from orlando to cleveland,"[[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'orlando', 'toloc.city_name': 'cleveland'}" +which flights travel from cleveland to indianapolis on april fifth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'indianapolis', 'depart_date.month_name': 'april', 'depart_date.day_number': 'fifth'}" +which flights travel from indianapolis to san diego on april fifth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'san diego', 'depart_date.month_name': 'april', 'depart_date.day_number': 'fifth'}" +which flights go from cleveland to indianapolis on april fifth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'indianapolis', 'depart_date.month_name': 'april', 'depart_date.day_number': 'fifth'}" +which flights travel from nashville to tacoma,"[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'tacoma'}" +does tacoma airport offer transportation from the airport to the downtown area,[[FUNCTION]] get_ground_service {'airport_name': 'tacoma airport'} +which flights travel from tacoma to san jose,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tacoma', 'toloc.city_name': 'san jose'}" +what day of the week do flights from nashville to tacoma fly on,"[[FUNCTION]] get_day_name {'fromloc.city_name': 'nashville', 'toloc.city_name': 'tacoma'}" +what are the flights from tacoma to san jose,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tacoma', 'toloc.city_name': 'san jose'}" +what days of the week do flights from san jose to nashville fly on,"[[FUNCTION]] get_day_name {'fromloc.city_name': 'san jose', 'toloc.city_name': 'nashville'}" +what are the flights from tacoma to san jose,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tacoma', 'toloc.city_name': 'san jose'}" +i need a flight that goes from boston to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'orlando'}" +are there any flights from boston to orlando connecting in new york,"[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'orlando', 'connect': 'connecting', 'stoploc.city_name': 'new york'}" +are there any flights from boston to orlando connecting in columbus,"[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'orlando', 'connect': 'connecting', 'stoploc.city_name': 'columbus'}" +does this flight serve dinner,[[FUNCTION]] get_flight {'meal_description': 'dinner'} +i need a flight from charlotte to miami,"[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'miami'}" +i need a nonstop flight from miami to toronto,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'miami', 'toloc.city_name': 'toronto'}" +i need a nonstop flight from toronto to st. louis,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'st. louis'}" +i need a flight from toronto to st. louis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'st. louis'}" +i need a flight from st. louis to charlotte,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. louis', 'toloc.city_name': 'charlotte'}" +i need a flight on united airlines from la guardia to san jose,"[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'fromloc.airport_name': 'la guardia', 'toloc.city_name': 'san jose'}" +i need a flight from tampa to milwaukee,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'milwaukee'}" +i need a flight from milwaukee to seattle,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'seattle'}" +what meals are served on american flight 811 from tampa to milwaukee,"[[FUNCTION]] get_meal {'meal': 'meals', 'airline_name': 'american', 'flight_number': '811', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'milwaukee'}" +what meals are served on american flight 665 673 from milwaukee to seattle,"[[FUNCTION]] get_meal {'meal': 'meals', 'airline_name': 'american', 'flight_number': '665 673', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'seattle'}" +i need a flight from memphis to las vegas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas'}" +i need a flight from las vegas to ontario,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'ontario'}" +i need a flight from ontario to memphis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'toloc.city_name': 'memphis'}" +which flights go from milwaukee to tampa and stop in nashville,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tampa', 'stoploc.city_name': 'nashville'}" +which flights leave newark after noon next saturday and arrive in los angeles,"[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'depart_time.time_relative': 'after', 'depart_time.period_of_day': 'noon', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'saturday', 'toloc.city_name': 'los angeles'}" +which flights leave detroit and arrive at st. petersburg around 9 am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. petersburg', 'arrive_time.time_relative': 'around', 'arrive_time.time': '9 am'}" +which flights on northwest airline leave detroit and arrive at st. petersburg,"[[FUNCTION]] get_flight {'airline_name': 'northwest airline', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. petersburg'}" +which flights leave chicago next tuesday and arrive in detroit around 6 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday', 'toloc.city_name': 'detroit', 'arrive_time.time_relative': 'around', 'arrive_time.time': '6 pm'}" +show me round trip flights from chicago to detroit leaving next tuesday and returning the day after,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'detroit', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday', 'return_date.date_relative': 'day after'}" +which round trip flights leave chicago next tuesday around 6 pm and arrive in detroit,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday', 'depart_time.time_relative': 'around', 'depart_time.time': '6 pm', 'toloc.city_name': 'detroit'}" +which round trip flights leave chicago next tuesday and arrive in detroit around 6 pm,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday', 'toloc.city_name': 'detroit', 'arrive_time.time_relative': 'around', 'arrive_time.time': '6 pm'}" +which flights leave on monday from montreal and arrive in chicago in the morning,"[[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'fromloc.city_name': 'montreal', 'toloc.city_name': 'chicago', 'arrive_time.period_of_day': 'morning'}" +which flights leave chicago on april twelfth and arrive in indianapolis in the morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'depart_date.month_name': 'april', 'depart_date.day_number': 'twelfth', 'toloc.city_name': 'indianapolis', 'arrive_time.period_of_day': 'morning'}" +which flights leave on wednesday april thirteenth from indianapolis and arrive in montreal in the morning,"[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_date.month_name': 'april', 'depart_date.day_number': 'thirteenth', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'montreal', 'arrive_time.period_of_day': 'morning'}" +which flights leave april twelfth from indianapolis and arrive in montreal around 10 pm,"[[FUNCTION]] get_flight {'depart_date.month_name': 'april', 'depart_date.day_number': 'twelfth', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'montreal', 'arrive_time.time_relative': 'around', 'arrive_time.time': '10 pm'}" +i 'd like to go from long beach to st. louis and i 'd like to stop in dallas i 'd also like to have lunch during my flight,"[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'st. louis', 'stoploc.city_name': 'dallas', 'meal_description': 'lunch'}" +next wednesday i would like to leave kansas city on a trip to chicago which arrives in chicago around 7 pm,"[[FUNCTION]] get_flight {'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'arrive_time.time_relative': 'around', 'arrive_time.time': '7 pm'}" +i would like to return from chicago around 7 pm to kansas city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'depart_time.time_relative': 'around', 'depart_time.time': '7 pm', 'toloc.city_name': 'kansas city'}" +i would like to leave this afternoon on an american flight from cincinnati to burbank,"[[FUNCTION]] get_flight {'depart_date.today_relative': 'this', 'depart_time.period_of_day': 'afternoon', 'airline_name': 'american', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'burbank'}" +on sunday evening i would like to leave montreal quebec on a flight to san diego california,"[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'montreal', 'fromloc.state_name': 'quebec', 'toloc.city_name': 'san diego', 'toloc.state_name': 'california'}" +what are the flights on sunday from montreal quebec to san diego california,"[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'montreal', 'fromloc.state_name': 'quebec', 'toloc.city_name': 'san diego', 'toloc.state_name': 'california'}" +on tuesday are the flights from san diego california to indianapolis indiana i would like the flight to be in the afternoon,"[[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'fromloc.city_name': 'san diego', 'fromloc.state_name': 'california', 'toloc.city_name': 'indianapolis', 'toloc.state_name': 'indiana', 'depart_time.period_of_day': 'afternoon'}" +on thursday morning i would like a nonstop flight from indianapolis to toronto,"[[FUNCTION]] get_flight {'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning', 'flight_stop': 'nonstop', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'toronto'}" +on friday morning i would like to fly from toronto to montreal,"[[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'montreal'}" +i would like an early morning flight today from los angeles to charlotte,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'depart_date.today_relative': 'today', 'fromloc.city_name': 'los angeles', 'toloc.city_name': 'charlotte'}" +on wednesday night i would like a flight from charlotte to newark,"[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'night', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'newark'}" +on friday night i would like a flight from newark to los angeles,"[[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'night', 'fromloc.city_name': 'newark', 'toloc.city_name': 'los angeles'}" +find a flight from tampa to montreal by way of new york,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'montreal', 'stoploc.city_name': 'new york'}" +please find a flight from miami florida to las vegas nevada arriving before 4 o'clock pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'fromloc.state_name': 'florida', 'toloc.city_name': 'las vegas', 'toloc.state_name': 'nevada', 'arrive_time.time_relative': 'before', 'arrive_time.time': ""4 o'clock pm""}" +please find a flight from las vegas to michigan,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.state_name': 'michigan'}" +please find a flight from detroit michigan to st. petersburg arriving before 10 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'fromloc.state_name': 'michigan', 'toloc.city_name': 'st. petersburg', 'arrive_time.time_relative': 'before', 'arrive_time.time': '10 pm'}" +please find a flight from st. petersburg to miami on thursday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'miami', 'depart_date.day_name': 'thursday'}" +please find a flight from san diego to toronto on alaska airlines,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'toronto', 'airline_name': 'alaska airlines'}" +please find the flights from columbus to houston with a layover in nashville tomorrow,"[[FUNCTION]] get_flight {'fromloc.city_name': 'columbus', 'toloc.city_name': 'houston', 'stoploc.city_name': 'nashville', 'depart_date.today_relative': 'tomorrow'}" +please give me the flights from nashville to houston nonstop with dinner served,"[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'houston', 'flight_stop': 'nonstop', 'meal_description': 'dinner'}" +please find flights available from kansas city to newark,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'newark'}" +please find a flight that goes from kansas city to newark to orlando back to kansas city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'kansas city'}" +please find a flight from kansas city to newark,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'newark'}" +please find a flight from newark to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'orlando'}" +please find a flight from orlando to kansas city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'orlando', 'toloc.city_name': 'kansas city'}" +i would like to fly from columbus to phoenix through cincinnati in the afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'columbus', 'toloc.city_name': 'phoenix', 'stoploc.city_name': 'cincinnati', 'depart_time.period_of_day': 'afternoon'}" +i would like to know what airports are in los angeles,[[FUNCTION]] get_airport {'city_name': 'los angeles'} +does the airport at burbank have a flight that comes in from kansas city,"[[FUNCTION]] get_flight {'toloc.city_name': 'burbank', 'fromloc.city_name': 'kansas city'}" +which flights arrive in burbank from kansas city on saturdays in the afternoon,"[[FUNCTION]] get_flight {'toloc.city_name': 'burbank', 'fromloc.city_name': 'kansas city', 'arrive_date.day_name': 'saturdays', 'arrive_time.period_of_day': 'afternoon'}" +which flights arrive in burbank from las vegas on saturday april twenty third in the afternoon,"[[FUNCTION]] get_flight {'toloc.city_name': 'burbank', 'fromloc.city_name': 'las vegas', 'depart_date.day_name': 'saturday', 'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty third', 'depart_time.period_of_day': 'afternoon'}" +which flights are available from orlando to cleveland that arrive around 10 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'orlando', 'toloc.city_name': 'cleveland', 'arrive_time.time_relative': 'around', 'arrive_time.time': '10 pm'}" +what flights are available from indianapolis to san diego on april twenty first in the late afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'san diego', 'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty first', 'depart_time.period_of_day': 'late afternoon'}" +what flights leave cleveland going to indianapolis on april twenty first in the morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'indianapolis', 'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty first', 'depart_time.period_of_day': 'morning'}" +which flights are available on april twenty first in the morning from nashville to tacoma,"[[FUNCTION]] get_flight {'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty first', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'nashville', 'toloc.city_name': 'tacoma'}" +which flights are available from tacoma to san jose in the morning on april twenty second,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tacoma', 'toloc.city_name': 'san jose', 'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty second'}" +which flights are available from san jose to nashville leaving in the morning on april twenty three,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'nashville', 'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'april', 'depart_date.day_number': 'twenty three'}" +what is the most expensive one way fare between detroit and westchester county,"[[FUNCTION]] get_airfare {'cost_relative': 'most expensive', 'round_trip': 'one way', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'westchester county'}" +what airlines fly between detroit and westchester county,"[[FUNCTION]] get_airline {'fromloc.city_name': 'detroit', 'toloc.city_name': 'westchester county'}" +what are the departure times from detroit to westchester county,"[[FUNCTION]] get_flight_time {'flight_time': 'departure times', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'westchester county'}" +what is the latest flight from baltimore to oakland that serves dinner,"[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'oakland', 'meal_description': 'dinner'}" +what is the earliest flight between baltimore and oakland that serves breakfast,"[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'oakland', 'meal_description': 'breakfast'}" +to what cities from boston does america west fly first class,"[[FUNCTION]] get_city {'fromloc.city_name': 'boston', 'airline_name': 'america west', 'class_type': 'first class'}" +what airline flies from boston to san diego,"[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'san diego'}" +what is the latest breakfast flight from dallas to tampa,"[[FUNCTION]] get_flight {'flight_mod': 'latest', 'meal_description': 'breakfast', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'tampa'}" +show me all lufthansa flights from seattle to boston with stopovers in minneapolis,"[[FUNCTION]] get_flight {'airline_name': 'lufthansa', 'fromloc.city_name': 'seattle', 'toloc.city_name': 'boston', 'stoploc.city_name': 'minneapolis'}" +show me all flights from seattle to boston with stopovers in minneapolis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'seattle', 'toloc.city_name': 'boston', 'stoploc.city_name': 'minneapolis'}" +list philadelphia to san francisco flights with stopovers in dallas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'}" +show me the connecting flights between boston and denver and the types of aircraft used,"[[FUNCTION]] get_flight {'connect': 'connecting', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}" +show me all the morning flights from philadelphia to fort worth,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'fort worth'}" +show me all the flights from kansas city to st. paul,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'st. paul'}" +show me northwest flight 608 from kansas city to st. paul,"[[FUNCTION]] get_flight {'airline_name': 'northwest', 'flight_number': '608', 'fromloc.city_name': 'kansas city', 'toloc.city_name': 'st. paul'}" +show me all the flights from indianapolis to charlotte on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'charlotte', 'depart_date.day_name': 'monday'}" +what is the ground transportation between the charlotte airport charlotte airport and downtown charlotte,"[[FUNCTION]] get_ground_service {'airport_name': 'charlotte airport', 'city_name': 'charlotte'}" +show me all the flights from charlotte to minneapolis that leave at 2 pm or later on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'minneapolis', 'depart_time.time': '2 pm', 'depart_time.time_relative': 'later', 'depart_date.day_name': 'monday'}" +show me all the flights from charlotte to minneapolis on tuesday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'minneapolis', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning'}" +show me the direct flights from charlotte to minneapolis on tuesday morning,"[[FUNCTION]] get_flight {'connect': 'direct', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'minneapolis', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning'}" +show me flight us 1500 on monday from charlotte to minneapolis please,"[[FUNCTION]] get_flight {'airline_code': 'us', 'flight_number': '1500', 'depart_date.day_name': 'monday', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'minneapolis'}" +show me all the flights from minneapolis to indianapolis on tuesday that leave after 2 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'indianapolis', 'depart_date.day_name': 'tuesday', 'depart_time.time_relative': 'after', 'depart_time.time': '2 pm'}" +show me the flights from minneapolis to indiana,"[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.state_name': 'indiana'}" +show me the flights in from minneapolis to indianapolis on tuesday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'indianapolis', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'afternoon'}" +show me flight us 1207 from indianapolis to charlotte on monday and flight us 1500 from charlotte to minneapolis on monday and flight twa 639 from minneapolis to indianapolis,"[[FUNCTION]] get_flight {'airline_code': 'twa', 'flight_number': '639', 'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'indianapolis', 'depart_date.day_name': 'monday'}" +show me all the flights from las vegas to new york city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'new york city'}" +which different airlines go from las vegas to new york city,"[[FUNCTION]] get_airline {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'new york city'}" +show me all the flights on america west and twa from las vegas to jfk on a friday,"[[FUNCTION]] get_flight {'airline_name': 'america west', 'airline_code': 'twa', 'fromloc.city_name': 'las vegas', 'toloc.airport_code': 'jfk', 'depart_date.day_name': 'friday'}" +what are the flights from tacoma to miami that leave after 6 pm tomorrow,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tacoma', 'toloc.city_name': 'miami', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm', 'depart_date.today_relative': 'tomorrow'}" +i 'd like to fly from san diego to houston on june tenth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'houston', 'depart_date.month_name': 'june', 'depart_date.day_number': 'tenth'}" +is there an american airlines flight from houston to newark on june tenth after 6 pm,"[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'houston', 'toloc.city_name': 'newark', 'depart_date.month_name': 'june', 'depart_date.day_number': 'tenth', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}" +is there an american airlines flight from houston to newark on june tenth after 3 pm,"[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'houston', 'toloc.city_name': 'newark', 'depart_date.month_name': 'june', 'depart_date.day_number': 'tenth', 'depart_time.time_relative': 'after', 'depart_time.time': '3 pm'}" +i need to get from cincinnati to denver on june sixth by 6 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'denver', 'arrive_date.month_name': 'june', 'arrive_date.day_number': 'sixth', 'arrive_time.time_relative': 'by', 'arrive_time.time': '6 pm'}" +what 's the ground transportation in denver,[[FUNCTION]] get_ground_service {'city_name': 'denver'} +what 's the fare for a taxi to denver,"[[FUNCTION]] get_ground_fare {'transport_type': 'taxi', 'city_name': 'denver'}" +what are the fares for ground transportation in denver,[[FUNCTION]] get_ground_fare {'city_name': 'denver'} +i need to fly from denver to westchester county on june seventh after 3 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'westchester county', 'depart_date.month_name': 'june', 'depart_date.day_number': 'seventh', 'depart_time.time_relative': 'after', 'depart_time.time': '3 pm'}" +what 's the ground transportation in westchester county,[[FUNCTION]] get_ground_service {'city_name': 'westchester county'} +i need to take a united airlines flight on june eighth from westchester county to cincinnati after 3 pm,"[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'depart_date.month_name': 'june', 'depart_date.day_number': 'eighth', 'fromloc.city_name': 'westchester county', 'toloc.city_name': 'cincinnati', 'depart_time.time_relative': 'after', 'depart_time.time': '3 pm'}" +what united airlines flights on june eighth go from westchester county to cincinnati,"[[FUNCTION]] get_flight {'airline_name': 'united airlines', 'depart_date.month_name': 'june', 'depart_date.day_number': 'eighth', 'fromloc.city_name': 'westchester county', 'toloc.city_name': 'cincinnati'}" +on june eighth what flights go from westchester county to cincinnati,"[[FUNCTION]] get_flight {'depart_date.month_name': 'june', 'depart_date.day_number': 'eighth', 'fromloc.city_name': 'westchester county', 'toloc.city_name': 'cincinnati'}" +does us air fly from cincinnati to denver on june sixth,"[[FUNCTION]] get_flight {'airline_name': 'us air', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'denver', 'depart_date.month_name': 'june', 'depart_date.day_number': 'sixth'}" +list the flights from cincinnati to denver on june sixth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'denver', 'depart_date.month_name': 'june', 'depart_date.day_number': 'sixth'}" +list the flights from denver to westchester county on june seventh,"[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'westchester county', 'depart_date.month_name': 'june', 'depart_date.day_number': 'seventh'}" +list the flights from westchester county to cincinnati on june eighth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'westchester county', 'toloc.city_name': 'cincinnati', 'depart_date.month_name': 'june', 'depart_date.day_number': 'eighth'}" +list the flights from cincinnati to westchester county on june sixth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'westchester county', 'depart_date.month_name': 'june', 'depart_date.day_number': 'sixth'}" +list the flights from westchester county to denver on june seventh,"[[FUNCTION]] get_flight {'fromloc.city_name': 'westchester county', 'toloc.city_name': 'denver', 'depart_date.month_name': 'june', 'depart_date.day_number': 'seventh'}" +list the flights from denver to cincinnati on june eighth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'cincinnati', 'depart_date.month_name': 'june', 'depart_date.day_number': 'eighth'}" +list the flights from denver to cincinnati on june sixth after 4 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'cincinnati', 'depart_date.month_name': 'june', 'depart_date.day_number': 'sixth', 'depart_time.time_relative': 'after', 'depart_time.time': '4 pm'}" +list the flights from cincinnati to westchester county on june seventh,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'westchester county', 'depart_date.month_name': 'june', 'depart_date.day_number': 'seventh'}" +list the flights from westchester county to cincinnati on june seventh leaving after 5 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'westchester county', 'toloc.city_name': 'cincinnati', 'depart_date.month_name': 'june', 'depart_date.day_number': 'seventh', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}" +what airlines off from love field between 6 and 10 am on june sixth,"[[FUNCTION]] get_airline {'fromloc.airport_name': 'love field', 'depart_time.start_time': '6', 'depart_time.end_time': '10 am', 'depart_date.month_name': 'june', 'depart_date.day_number': 'sixth'}" +what flights arrive at love field on june sixth,"[[FUNCTION]] get_flight {'toloc.airport_name': 'love field', 'arrive_date.month_name': 'june', 'arrive_date.day_number': 'sixth'}" +list the flights from montreal to philly before 9 am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'toloc.city_name': 'philly', 'depart_time.time_relative': 'before', 'depart_time.time': '9 am'}" +list the flights from cleveland to memphis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'memphis'}" +list the flights from memphis to cleveland,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'cleveland'}" +list the flights from denver to baltimore arriving on july first,"[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore', 'arrive_date.month_name': 'july', 'arrive_date.day_number': 'first'}" +list the flights from dallas to baltimore arriving july first,"[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore', 'arrive_date.month_name': 'july', 'arrive_date.day_number': 'first'}" +list the flights from pittsburgh to baltimore arriving on july first,"[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'arrive_date.month_name': 'july', 'arrive_date.day_number': 'first'}" +list the flights on canadian airlines international,[[FUNCTION]] get_flight {'airline_name': 'canadian airlines international'} +how many canadian airlines international flights use j31,"[[FUNCTION]] get_quantity {'airline_name': 'canadian airlines international', 'aircraft_code': 'j31'}" +how many canadian airlines international flights use aircraft 320,"[[FUNCTION]] get_quantity {'airline_name': 'canadian airlines international', 'aircraft_code': '320'}" +how many canadian airlines flights use aircraft dh8,"[[FUNCTION]] get_quantity {'airline_name': 'canadian airlines', 'aircraft_code': 'dh8'}" +show me the flights on american airlines which fly from st. petersburg to ontario canada with a stopover in st. louis,"[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'ontario', 'toloc.country_name': 'canada', 'stoploc.city_name': 'st. louis'}" +show me the flights on american airlines which go from st. petersburg to ontario california by way of st. louis,"[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'ontario', 'toloc.state_name': 'california', 'stoploc.city_name': 'st. louis'}" +which airport is closest to ontario california,"[[FUNCTION]] get_airport {'mod': 'closest', 'city_name': 'ontario', 'state_name': 'california'}" +show me the flights from houston to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'orlando'}" +show me the flights from orlando to houston,"[[FUNCTION]] get_flight {'fromloc.city_name': 'orlando', 'toloc.city_name': 'houston'}" +show me the flights from detroit to las vegas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'toloc.city_name': 'las vegas'}" +show me the cheapest round trip coach fare from las vegas to detroit,"[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'class_type': 'coach', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'detroit'}" +show me the cheapest round trip coach fare on twa from las vegas to detroit,"[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'class_type': 'coach', 'airline_code': 'twa', 'fromloc.city_name': 'las vegas', 'toloc.city_name': 'detroit'}" +show me the delta flights which serve a snack to coach passengers,"[[FUNCTION]] get_flight {'airline_name': 'delta', 'meal_description': 'snack', 'compartment': 'coach'}" +what is meal code sb,[[FUNCTION]] get_abbreviation {'meal_code': 'sb'} +what meals are available on dl 468 which al arrives in san francisco at 950 am,"[[FUNCTION]] get_meal {'meal': 'meals', 'airline_code': 'dl', 'flight_number': '468', 'toloc.city_name': 'san francisco', 'arrive_time.time': '950 am'}" +show me the delta flights from tampa to san francisco,"[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'san francisco'}" +show me delta flight 486,"[[FUNCTION]] get_flight {'airline_name': 'delta', 'flight_number': '486'}" +list the tower air flights on mondays,"[[FUNCTION]] get_flight {'airline_name': 'tower air', 'day_name': 'mondays'}" +list all tower air flights with meals,"[[FUNCTION]] get_flight {'airline_name': 'tower air', 'meal': 'meals'}" +what flights depart from baltimore,[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore'} +what flights depart from baltimore and arrive at san francisco on a friday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'arrive_date.day_name': 'friday'}" +what flights leave from cincinnati in the morning and arrive in tampa,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'depart_time.period_of_day': 'morning', 'toloc.city_name': 'tampa'}" +which flights depart from tampa and arrive in cincinnati in the evening,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'cincinnati', 'arrive_time.period_of_day': 'evening'}" +which flights depart from tampa in the early evening and arrive in cincinnati,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'depart_time.period_of_day': 'evening', 'toloc.city_name': 'cincinnati'}" +which flights depart from philadelphia and arrive in atlanta,"[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'atlanta'}" +which flights depart from a atlanta and arrive in toronto,"[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'toronto'}" +which flights depart from toronto and arrive in washington dc,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +which flights depart from new york and arrive in los angeles after 10 am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'los angeles', 'arrive_time.time_relative': 'after', 'arrive_time.time': '10 am'}" +how far is new york 's la guardia from downtown,"[[FUNCTION]] get_distance {'city_name': ""new york 's"", 'airport_name': 'la guardia'}" +how far is toronto international from downtown,[[FUNCTION]] get_distance {'airport_name': 'toronto international'} +how far is los angeles international from downtown,[[FUNCTION]] get_distance {'airport_name': 'los angeles international'} +how far is san francisco international from downtown,[[FUNCTION]] get_distance {'airport_name': 'san francisco international'} +how much is the limousine service in boston,"[[FUNCTION]] get_ground_fare {'transport_type': 'limousine', 'city_name': 'boston'}" +how much is a limousine service in la guardia,"[[FUNCTION]] get_ground_fare {'transport_type': 'limousine', 'airport_name': 'la guardia'}" +how much is a limousine service in toronto international,"[[FUNCTION]] get_ground_fare {'transport_type': 'limousine', 'airport_name': 'toronto international'}" +how much is limousine service in los angeles,"[[FUNCTION]] get_ground_fare {'transport_type': 'limousine', 'city_name': 'los angeles'}" +what airlines fly between washington dc and columbus ohio,"[[FUNCTION]] get_airline {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'columbus', 'toloc.state_name': 'ohio'}" +what flights are there between washington dc and columbus ohio,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'columbus', 'toloc.state_name': 'ohio'}" +what are the flights between washington dc and columbus ohio,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'columbus', 'toloc.state_name': 'ohio'}" +what are the fares for all flights between washington and columbus,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'washington', 'toloc.city_name': 'columbus'}" +at the charlotte airport how many different types of aircraft are there for us air,"[[FUNCTION]] get_aircraft {'city_name': 'charlotte airport', 'airline_name': 'us air'}" +list all us air flights arriving in charlotte on saturday at 1 pm,"[[FUNCTION]] get_flight {'airline_name': 'us air', 'toloc.city_name': 'charlotte', 'arrive_date.day_name': 'saturday', 'arrive_time.time': '1 pm'}" +what is the first class round trip airfare from india indianapolis to memphis,"[[FUNCTION]] get_airfare {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis'}" +list all flights from memphis to miami,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'miami'}" +list all flights and their fares from indianapolis to memphis on a monday morning,"[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}" +list all flights and their fares from memphis to miami on a wednesday evening,"[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'memphis', 'toloc.city_name': 'miami', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'evening'}" +list all flights and their fares for all flights between miami and indianapolis,"[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'miami', 'toloc.city_name': 'indianapolis'}" +list all flights from cleveland to kansas city on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'monday'}" +list all flights from kansas city to cleveland,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'cleveland'}" +list all flights from cleveland to nashville,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'nashville'}" +list all flights from nashville to cleveland on sunday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'cleveland', 'depart_date.day_name': 'sunday'}" +list all sunday flights from cleveland to nashville and their fares,"[[FUNCTION]] get_flight+airfare {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'cleveland', 'toloc.city_name': 'nashville'}" +what airlines are departing from baltimore,[[FUNCTION]] get_airline {'fromloc.city_name': 'baltimore'} +which airlines fly from baltimore to san francisco,"[[FUNCTION]] get_airline {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}" +how long does a flight from baltimore to san francisco take,"[[FUNCTION]] get_distance {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}" +which flights are leaving from kansas city to atlanta early monday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'atlanta', 'depart_time.period_mod': 'early', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}" +which flights are leaving atlanta and arriving in st. louis close to 230 pm on tuesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'st. louis', 'arrive_time.time_relative': 'close', 'arrive_time.time': '230 pm', 'arrive_date.day_name': 'tuesday'}" +please list flights from st. louis to st. paul which depart after 10 am thursday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. louis', 'toloc.city_name': 'st. paul', 'depart_time.time_relative': 'after', 'depart_time.time': '10 am', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'}" +list flights from st. paul to kansas city friday in the evening with a meal included,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. paul', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'evening', 'meal': 'meal'}" +list early morning flights from cincinnati to tampa,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'tampa'}" +list early evening flights from tampa to cincinnati,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'cincinnati'}" +list evening flights from tampa to cincinnati,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'cincinnati'}" +list flights from philadelphia to atlanta friday am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'am'}" +list flights from atlanta to toronto friday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'toronto', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'afternoon'}" +list flights from toronto to washington dc saturday am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'am'}" +list flights from washington dc to philadelphia saturday pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'pm'}" +list direct flights from new york city to los angeles after 10 am,"[[FUNCTION]] get_flight {'connect': 'direct', 'fromloc.city_name': 'new york city', 'toloc.city_name': 'los angeles', 'depart_time.time_relative': 'after', 'depart_time.time': '10 am'}" +list the airfare for american airlines flight 19 from jfk to lax,"[[FUNCTION]] get_airfare+flight {'airline_name': 'american airlines', 'flight_number': '19', 'fromloc.airport_code': 'jfk', 'toloc.airport_code': 'lax'}" +what is fare code m,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'm'} +list the distance in miles from boston airport to downtown boston,"[[FUNCTION]] get_distance {'fromloc.airport_name': 'boston airport', 'city_name': 'boston'}" +list the distance in miles from new york 's la guardia airport to downtown new york city,"[[FUNCTION]] get_distance {'fromloc.city_name': ""new york 's"", 'fromloc.airport_name': 'la guardia airport', 'city_name': 'new york city'}" +list the distance in miles from toronto international airport to downtown toronto,"[[FUNCTION]] get_distance {'fromloc.airport_name': 'toronto international airport', 'city_name': 'toronto'}" +list the distance in miles from san francisco international airport to san francisco downtown,"[[FUNCTION]] get_distance {'fromloc.airport_name': 'san francisco international airport', 'toloc.city_name': 'san francisco'}" +list limousine rates for the city of boston,"[[FUNCTION]] get_ground_fare {'transport_type': 'limousine', 'city_name': 'city of boston'}" +list american airlines flights from houston to milwaukee departing friday pm,"[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'houston', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'pm'}" +list flights from houston to milwaukee friday pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'pm'}" +list american airlines flights from milwaukee to san jose wednesday,"[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'san jose', 'depart_date.day_name': 'wednesday'}" +list american airlines flights from san jose to dallas friday afternoon,"[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'san jose', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'afternoon'}" +list flights from dallas to houston arriving sunday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'houston', 'arrive_date.day_name': 'sunday', 'arrive_time.period_of_day': 'afternoon'}" +list airlines flying from seattle to salt lake city,"[[FUNCTION]] get_airline {'fromloc.city_name': 'seattle', 'toloc.city_name': 'salt lake city'}" +what is the seating capacity for aircraft l10,[[FUNCTION]] get_capacity {'aircraft_code': 'l10'} +what is the seating capacity for delta be1,"[[FUNCTION]] get_capacity {'airline_name': 'delta', 'aircraft_code': 'be1'}" +list flights from seattle to salt lake city on delta l10,"[[FUNCTION]] get_flight {'fromloc.city_name': 'seattle', 'toloc.city_name': 'salt lake city', 'airline_name': 'delta', 'aircraft_code': 'l10'}" +list flights from seattle to salt lake city on delta be1,"[[FUNCTION]] get_flight {'fromloc.city_name': 'seattle', 'toloc.city_name': 'salt lake city', 'airline_name': 'delta', 'aircraft_code': 'be1'}" +list flights from boston to pittsburgh daily,"[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh', 'flight_days': 'daily'}" +list flights from pittsburgh to newark daily,"[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'newark', 'flight_days': 'daily'}" +list flights from newark to boston daily,"[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'boston', 'flight_days': 'daily'}" +list us air flights leaving saturday from charlotte airport at 1 pm,"[[FUNCTION]] get_flight {'airline_name': 'us air', 'depart_date.day_name': 'saturday', 'fromloc.airport_name': 'charlotte airport', 'depart_time.time': '1 pm'}" +list us air flights leaving saturday from charlotte airport around 1 pm,"[[FUNCTION]] get_flight {'airline_name': 'us air', 'depart_date.day_name': 'saturday', 'fromloc.airport_name': 'charlotte airport', 'depart_time.time_relative': 'around', 'depart_time.time': '1 pm'}" +list first class airfare round trip from indianapolis to memphis,"[[FUNCTION]] get_airfare {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis'}" +what is fare code f,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'f'} +list flights from memphis to miami wednesday evening,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'miami', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'evening'}" +list flights from miami to indianapolis sunday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'indianapolis', 'depart_date.day_name': 'sunday'}" +list flights from ontario california to orlando florida,"[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'fromloc.state_name': 'california', 'toloc.city_name': 'orlando', 'toloc.state_name': 'florida'}" +list flights from ontario california to salt lake city utah,"[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'fromloc.state_name': 'california', 'toloc.city_name': 'salt lake city', 'toloc.state_name': 'utah'}" +list flights from ontario california to salt lake city utah monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'fromloc.state_name': 'california', 'toloc.city_name': 'salt lake city', 'toloc.state_name': 'utah', 'depart_date.day_name': 'monday'}" +list flights from salt lake city utah to phoenix arizona monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'fromloc.state_name': 'utah', 'toloc.city_name': 'phoenix', 'toloc.state_name': 'arizona', 'depart_date.day_name': 'monday'}" +list flights from salt lake city to phoenix arizona tuesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'phoenix', 'toloc.state_name': 'arizona', 'depart_date.day_name': 'tuesday'}" +list flights from phoenix arizona to ontario california wednesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'fromloc.state_name': 'arizona', 'toloc.city_name': 'ontario', 'toloc.state_name': 'california', 'depart_date.day_name': 'wednesday'}" +what airlines fly from baltimore to san francisco,"[[FUNCTION]] get_airline {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}" +what is the fare for a first class round trip ticket from detroit to st. petersburg,"[[FUNCTION]] get_airfare {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. petersburg'}" +what is the airfare for a round trip first class ticket from detroit to st. petersburg,"[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'class_type': 'first class', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. petersburg'}" +kansas city to atlanta monday morning flights,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}" +monday morning flights from atlanta to kansas city,"[[FUNCTION]] get_flight {'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'kansas city'}" +kansas city to atlanta monday morning flights,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}" +atlanta to st. louis tuesday before 230 pm flights,"[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'st. louis', 'depart_date.day_name': 'tuesday', 'depart_time.time_relative': 'before', 'depart_time.time': '230 pm'}" +st. louis to st. paul thursday after 10 am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. louis', 'toloc.city_name': 'st. paul', 'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'after', 'depart_time.time': '10 am'}" +st. paul to kansas city friday night,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. paul', 'toloc.city_name': 'kansas city', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'night'}" +cleveland to kansas city arrive monday before 3 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'kansas city', 'arrive_date.day_name': 'monday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '3 pm'}" +kansas city to cleveland flight arrive wednesday before 5 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'cleveland', 'arrive_date.day_name': 'wednesday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '5 pm'}" +cleveland to nashville flight friday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'nashville', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'morning'}" +nashville to cleveland sunday before 9,"[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'cleveland', 'depart_date.day_name': 'sunday', 'depart_time.time_relative': 'before', 'depart_time.time': '9'}" +first class flights pittsburgh to newark monday morning,"[[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'newark', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}" +flights newark to los angeles wednesday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning'}" +los angeles to minneapolis thursday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'minneapolis', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'afternoon'}" +minneapolis to pittsburgh flight,"[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'pittsburgh'}" +minneapolis to pittsburgh first class flight,"[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'pittsburgh', 'class_type': 'first class'}" +i would like flights leaving from milwaukee to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando'}" +what does hp stand for,[[FUNCTION]] get_abbreviation {'airline_code': 'hp'} +i would like flights from ontario to tacoma,"[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'toloc.city_name': 'tacoma'}" +i would like flights from minneapolis to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'san diego'}" +i would like flights from salt lake city to cincinnati,"[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'cincinnati'}" +i would like to see flights from cincinnati to salt lake city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'salt lake city'}" +i 'd like flights from new york to miami,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'}" +i would like flights from miami to new york,"[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'new york'}" +i would like a flight leaving san francisco for san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'san diego'}" +i would like flights from san diego to las vegas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'las vegas'}" +i would like a flight from san diego to las vegas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'las vegas'}" +i would like flights from las vegas to san francisco,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'san francisco'}" +what does fare code bn mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'bn'} +i would like to have the airline that flies toronto detroit and st. louis,"[[FUNCTION]] get_airline {'fromloc.city_name': 'toronto', 'toloc.city_name': 'st. louis'}" +i would like a flight from toronto to detroit,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'detroit'}" +i would like a flight from detroit to st. louis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. louis'}" +i would like a flight from toronto to st. louis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'st. louis'}" +i would like flights from san francisco to long beach,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'long beach'}" +i would like flights leaving san francisco to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'san diego'}" +i would like a flight from san francisco to st. petersburg,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'st. petersburg'}" +show me a one way flight from milwaukee to orlando leaving wednesday afternoon after 6 pm,"[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'afternoon', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}" +show me one way flights from milwaukee to orlando on wednesday,"[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'wednesday'}" +show me flights from columbus to chicago first class that leave before 10 am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'columbus', 'toloc.city_name': 'chicago', 'class_type': 'first class', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am'}" +show me the cheapest round trip between st. petersburg and detroit that arrives before 7 pm,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'detroit', 'arrive_time.time_relative': 'before', 'arrive_time.time': '7 pm'}" +show me nonstop flights from kansas city to phoenix,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'kansas city', 'toloc.city_name': 'phoenix'}" +what is airline wn,[[FUNCTION]] get_airline {'airline_code': 'wn'} +show me the cheapest first class round trip from new york to miami,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'}" +now show me all the round trips from new york to miami,"[[FUNCTION]] get_flight {'round_trip': 'round trips', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'}" +show me the cheapest one way flight from san francisco to houston,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'houston'}" +now show me the cheapest one way flight from houston to boston,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'houston', 'toloc.city_name': 'boston'}" +show me the cheapest round trip fares from houston to boston,"[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'houston', 'toloc.city_name': 'boston'}" +show me the cheapest round trip fares from san francisco to houston,"[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'houston'}" +show me the cheapest round trip fare from san francisco to houston on february twenty eighth 1994,"[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'houston', 'depart_date.month_name': 'february', 'depart_date.day_number': 'twenty eighth', 'depart_date.year': '1994'}" +show me the cheapest one way fare from san francisco to houston on february twenty eighth 1994,"[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'houston', 'depart_date.month_name': 'february', 'depart_date.day_number': 'twenty eighth', 'depart_date.year': '1994'}" +now show me ground transportation in houston on monday afternoon,"[[FUNCTION]] get_ground_service {'city_name': 'houston', 'day_name': 'monday', 'period_of_day': 'afternoon'}" +now show me one way flights from houston to boston,"[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'houston', 'toloc.city_name': 'boston'}" +and now show me ground transportation that i could get in boston late night,"[[FUNCTION]] get_ground_service {'city_name': 'boston', 'period_of_day': 'night'}" +show me airlines that have flights between toronto and detroit between detroit and st. louis and between st. louis and toronto,"[[FUNCTION]] get_airline {'fromloc.city_name': 'st. louis', 'toloc.city_name': 'toronto'}" +show me round trip fares from toronto to detroit on delta northwest us air and united airlines,"[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'detroit', 'airline_name': 'united airlines'}" +show me flights between detroit and st. louis on delta northwest us air and united airlines,"[[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. louis', 'airline_name': 'united airlines'}" +show me flights from montreal to orlando and long beach,"[[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'toloc.city_name': 'long beach'}" +show me flights from montreal to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'toloc.city_name': 'orlando'}" +i need a flight on friday afternoon in june from new york to cleveland,"[[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'afternoon', 'depart_date.month_name': 'june', 'fromloc.city_name': 'new york', 'toloc.city_name': 'cleveland'}" +i need a flight from new york to los angeles on saturday evening on us air,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'evening', 'airline_name': 'us air'}" +i 'd like a red eye flight from new york to los angeles on saturday evening on us air,"[[FUNCTION]] get_flight {'flight_mod': 'red eye', 'fromloc.city_name': 'new york', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'evening', 'airline_name': 'us air'}" +i 'd like a flight from new york to los angeles on saturday morning on us air,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning', 'airline_name': 'us air'}" +i need a flight from san francisco to milwaukee on monday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}" +what does ua mean,[[FUNCTION]] get_abbreviation {'airline_code': 'ua'} +i need a flight from milwaukee to washington dc on monday night,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'night'}" +how about flights from milwaukee to washington dc on tuesday mornings,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'mornings'}" +what meals are there on flight 382 from milwaukee to washington dc on tuesday morning,"[[FUNCTION]] get_meal {'meal': 'meals', 'flight_number': '382', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning'}" +i 'll need to rent a car in washington dc,"[[FUNCTION]] get_ground_service {'transport_type': 'car', 'city_name': 'washington', 'state_code': 'dc'}" +can i get a flight on tuesday night from washington dc to oakland,"[[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'night', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'oakland'}" +how about from dc to oakland on wednesday morning,"[[FUNCTION]] get_flight {'fromloc.state_code': 'dc', 'toloc.city_name': 'oakland', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning'}" +how much does it cost to fly on twa from columbus to milwaukee,"[[FUNCTION]] get_airfare {'airline_code': 'twa', 'fromloc.city_name': 'columbus', 'toloc.city_name': 'milwaukee'}" +what does q mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'q'} +how much does it cost to fly from columbus to st. louis round trip on twa,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'columbus', 'toloc.city_name': 'st. louis', 'round_trip': 'round trip', 'airline_code': 'twa'}" +what 's the cheapest flight from columbus to st. louis round trip on twa,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'columbus', 'toloc.city_name': 'st. louis', 'round_trip': 'round trip', 'airline_code': 'twa'}" +what 's the cheapest round trip flight on twa from columbus to st. paul,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'airline_code': 'twa', 'fromloc.city_name': 'columbus', 'toloc.city_name': 'st. paul'}" +i want to fly from milwaukee to los angeles,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'los angeles'}" +can i get the shortest flight from milwaukee to orlando,"[[FUNCTION]] get_flight {'flight_mod': 'shortest', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando'}" +what is the shortest flight from milwaukee to long beach,"[[FUNCTION]] get_flight {'flight_mod': 'shortest', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'long beach'}" +what does m mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'm'} +what does ap 57 mean,[[FUNCTION]] get_abbreviation {'restriction_code': 'ap 57'} +what is the shortest flight from milwaukee to st. petersburg,"[[FUNCTION]] get_flight {'flight_mod': 'shortest', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'st. petersburg'}" +what is the shortest flight from milwaukee to long beach,"[[FUNCTION]] get_flight {'flight_mod': 'shortest', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'long beach'}" +what is the shortest flight from milwaukee to san diego,"[[FUNCTION]] get_flight {'flight_mod': 'shortest', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'san diego'}" +what does ap 20 mean,[[FUNCTION]] get_abbreviation {'restriction_code': 'ap 20'} +can i get a flight today from san francisco to detroit michigan,"[[FUNCTION]] get_flight {'depart_date.today_relative': 'today', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'detroit', 'toloc.state_name': 'michigan'}" +what 's the cheapest flight from san francisco to detroit today,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'detroit', 'depart_date.today_relative': 'today'}" +i want to fly from san francisco to milwaukee and from milwaukee to denver,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'denver'}" +what 's the cheapest flight from san francisco to milwaukee,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'milwaukee'}" +i need to rent a car in milwaukee,"[[FUNCTION]] get_ground_service {'transport_type': 'car', 'city_name': 'milwaukee'}" +what 's the cheapest flight tomorrow from milwaukee to denver,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'depart_date.today_relative': 'tomorrow', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'denver'}" +what ground transportation is available at denver,[[FUNCTION]] get_ground_service {'city_name': 'denver'} +what 's the cheapest flight from san francisco to denver,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'denver'}" +what flights leave from cleveland and go to dallas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'dallas'}" +show me all nonstop flights from st. petersburg to charlotte,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte'}" +what airline is us,[[FUNCTION]] get_airline {'airline_code': 'us'} +show me flights between toronto and san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'}" +what is phl,[[FUNCTION]] get_abbreviation {'airport_code': 'phl'} +what is mci,[[FUNCTION]] get_abbreviation {'airport_code': 'mci'} +show me the flights between oakland and salt lake city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}" +what does not sa mean,"[[FUNCTION]] get_abbreviation {'mod': 'not', 'days_code': 'sa'}" +what is the earliest daily flight between oakland and salt lake city,"[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'flight_days': 'daily', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}" +what airline is dl,[[FUNCTION]] get_airline {'airline_code': 'dl'} +what is the latest daily flight between oakland and salt lake city,"[[FUNCTION]] get_flight {'flight_mod': 'latest', 'flight_days': 'daily', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}" +show me the flights between los angeles and dallas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'dallas'}" +what ground transportation is available from dallas fort worth airport to downtown dallas,"[[FUNCTION]] get_ground_service {'airport_name': 'dallas fort worth airport', 'city_name': 'dallas'}" +how many passengers can an l1011 aircraft hold,[[FUNCTION]] get_capacity {'aircraft_code': 'l1011'} +what is the seating capacity of a dc9,[[FUNCTION]] get_capacity {'aircraft_code': 'dc9'} +what are the flights between dallas and phoenix,"[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'phoenix'}" +what ground transportation is available between phoenix airport and downtown phoenix,"[[FUNCTION]] get_ground_service {'airport_name': 'phoenix airport', 'city_name': 'phoenix'}" +what is the seating capacity for the aircraft m80,[[FUNCTION]] get_capacity {'aircraft_code': 'm80'} +are there any flights between dallas and phoenix using a dc10 aircraft,"[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'phoenix', 'aircraft_code': 'dc10'}" +what airline is aa,[[FUNCTION]] get_airline {'airline_code': 'aa'} +show me the flights between milwaukee and indiana,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.state_name': 'indiana'}" +what are the flights between milwaukee and pittsburgh,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'pittsburgh'}" +what ground transportation is available between pittsburgh airport and downtown pittsburgh,"[[FUNCTION]] get_ground_service {'airport_name': 'pittsburgh airport', 'city_name': 'pittsburgh'}" +show me the flights between pittsburgh and washington dc,"[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +what ground transportation is available between dca and downtown washington,"[[FUNCTION]] get_ground_service {'airport_code': 'dca', 'city_name': 'washington'}" +what are the flights between dca and milwaukee,"[[FUNCTION]] get_flight {'airport_code': 'dca', 'city_name': 'milwaukee'}" +what ground transportation is available between milwaukee airport and downtown milwaukee,"[[FUNCTION]] get_ground_service {'airport_name': 'milwaukee airport', 'city_name': 'milwaukee'}" +determine the type of aircraft used on a flight from cleveland to dallas that leaves before noon,"[[FUNCTION]] get_aircraft {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'dallas', 'depart_time.time_relative': 'before', 'depart_time.period_of_day': 'noon'}" +find a flight between st. petersburg and charlotte the flight should leave in the afternoon and arrive as soon after 5 pm as possible it should be a nonstop flight,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte', 'depart_time.period_of_day': 'afternoon', 'arrive_time.time_relative': 'after', 'arrive_time.time': '5 pm', 'flight_stop': 'nonstop'}" +list a flight on delta airlines from toronto to san diego,"[[FUNCTION]] get_flight {'airline_name': 'delta airlines', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'}" +list a flight on american airlines from toronto to san diego,"[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'}" +list a flight from toronto to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'}" +list flights from oakland to salt lake city leaving after 1700 wednesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_time.time_relative': 'after', 'depart_time.time': '1700', 'depart_date.day_name': 'wednesday'}" +list flights from oakland to salt lake city leaving after midnight thursday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_time.time_relative': 'after', 'depart_time.period_of_day': 'midnight', 'depart_date.day_name': 'thursday'}" +list flights between phoenix and las vegas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'las vegas'}" +list flights from las vegas to denver,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'denver'}" +list flights from milwaukee to washington dc before 1200,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_time.time_relative': 'before', 'depart_time.time': '1200'}" +list flights from washington dc to pittsburgh leaving after 1800,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'pittsburgh', 'depart_time.time_relative': 'after', 'depart_time.time': '1800'}" +list flights from washington dc to pittsburgh,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'pittsburgh'}" +list flights between pittsburgh and milwaukee,"[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'milwaukee'}" +i 'd like a flight to san diego from washington dc,"[[FUNCTION]] get_flight {'toloc.city_name': 'san diego', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc'}" +i 'd like to fly from cleveland to dallas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'dallas'}" +i want to fly from washington dc to phoenix arizona,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'phoenix', 'toloc.state_name': 'arizona'}" +i need a flight from phoenix to atlanta,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'atlanta'}" +i would like to fly from atlanta to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san diego'}" +i would like to fly from san diego to seattle,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'seattle'}" +i would like to fly from orlando to kansas city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'orlando', 'toloc.city_name': 'kansas city'}" +i need a flight from kansas city to minneapolis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'minneapolis'}" +i need a flight from san diego to washington dc,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +i need a flight from washington dc to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'san diego'}" +i need a round trip flight from san diego to washington dc and the fares,"[[FUNCTION]] get_flight+airfare {'round_trip': 'round trip', 'fromloc.city_name': 'san diego', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +i need a round trip from atlanta to washington dc and the fares leaving in the morning,"[[FUNCTION]] get_flight+airfare {'round_trip': 'round trip', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_time.period_of_day': 'morning'}" +i need a round trip from phoenix to washington dc and the fare leaving in the morning,"[[FUNCTION]] get_flight+airfare {'round_trip': 'round trip', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_time.period_of_day': 'morning'}" +what is the lowest fare for a flight from washington dc to boston,"[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'boston'}" +what is the lowest fare from washington dc to montreal,"[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'montreal'}" +what is the lowest fare from toronto to washington dc,"[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +i want a flight from montreal to washington dc,"[[FUNCTION]] get_flight {'fromloc.city_name': 'montreal', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +i want a flight from nashville to seattle that arrives no later than 3 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'seattle', 'arrive_time.time_relative': 'no later than', 'arrive_time.time': '3 pm'}" +i want a flight from memphis to seattle that arrives no later than 3 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'seattle', 'arrive_time.time_relative': 'no later than', 'arrive_time.time': '3 pm'}" +i need a flight from indianapolis to seattle arriving in seattle at 1205 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'seattle', 'arrive_time.time': '1205 pm'}" +i want a flight round trip from memphis to seattle,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'memphis', 'toloc.city_name': 'seattle'}" +i want to fly from nashville to seattle and i want the cheapest fare round trip,"[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'seattle', 'cost_relative': 'cheapest', 'round_trip': 'round trip'}" +i want to fly from memphis to seattle round trip with the cheapest fare,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'seattle', 'round_trip': 'round trip', 'cost_relative': 'cheapest'}" +i want to fly from indianapolis to seattle round trip with the cheapest fare,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'seattle', 'round_trip': 'round trip', 'cost_relative': 'cheapest'}" +please list flights from orlando to philadelphia,"[[FUNCTION]] get_flight {'fromloc.city_name': 'orlando', 'toloc.city_name': 'philadelphia'}" +please list flights from san francisco to charlotte,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'charlotte'}" +please list flights from milwaukee to philadelphia,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'philadelphia'}" +please list flights from philadelphia to san francisco,"[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco'}" +please show ground transportation to milwaukee,[[FUNCTION]] get_ground_service {'city_name': 'milwaukee'} +please list flights from san francisco to milwaukee,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'milwaukee'}" +list flights from houston to denver,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'denver'}" +list flights from houston to phoenix,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'phoenix'}" +list flights from phoenix to houston,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'houston'}" +list flights from newark to houston,"[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'houston'}" +show flights from denver to houston,"[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'houston'}" +show flights from st. petersburg to charlotte,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte'}" +show flights from orlando to kansas city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'orlando', 'toloc.city_name': 'kansas city'}" +show flights from kansas city to minneapolis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'minneapolis'}" +show flights from kansas city to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'orlando'}" +show flights from minneapolis to kansas city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'kansas city'}" +show flights from kansas city to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'orlando'}" +list flights from washington dc to boston,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'boston'}" +list fares from washington dc to montreal,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'montreal'}" +list flights from washington dc to montreal,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'montreal'}" +list fares from washington dc to toronto that should be good,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'toronto'}" +list fares from washington dc to boston,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'boston'}" +list flights from washington dc to montreal,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'montreal'}" +list flights from washington dc to toronto,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'toronto'}" +list flights from toronto to washington dc,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +list flights from oakland to salt lake city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}" +what flights go from dallas to phoenix,"[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'phoenix'}" +what flights go from phoenix to salt lake city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'salt lake city'}" +i need an early flight from milwaukee to denver,"[[FUNCTION]] get_flight {'flight_mod': 'early', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'denver'}" +what types of ground transportation are available in denver,[[FUNCTION]] get_ground_service {'city_name': 'denver'} +what flights go from denver to st. louis on tuesday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'st. louis', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning'}" +is ground transportation available in st. louis,[[FUNCTION]] get_ground_service {'city_name': 'st. louis'} +i need to fly from st. louis to milwaukee on wednesday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. louis', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'afternoon'}" +flights from washington to seattle,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'seattle'}" +flights from atlanta to seattle,"[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'seattle'}" +flights from san diego to seattle,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'seattle'}" +i would like flight information from phoenix to denver,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'denver'}" +could i have flight information on flights from salt lake city to phoenix please,"[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'phoenix'}" +could i have flight information on flights from pittsburgh to phoenix please,"[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'phoenix'}" +i would like information on flights leaving from washington dc to denver,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'denver'}" +i need information on flights from washington to boston that leave on a saturday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'boston', 'depart_date.day_name': 'saturday'}" +i need the flights from washington to montreal on a saturday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'montreal', 'depart_date.day_name': 'saturday'}" +i need the fares on flights from washington to toronto on a saturday,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'washington', 'toloc.city_name': 'toronto', 'depart_date.day_name': 'saturday'}" +i want to go from boston to washington on a saturday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'depart_date.day_name': 'saturday'}" +i need a flight from cleveland to dallas that leaves before noon see if too much information,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'dallas', 'depart_time.time_relative': 'before', 'depart_time.time': 'noon'}" +get fares from washington to boston,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'washington', 'toloc.city_name': 'boston'}" +get saturday fares from washington to boston,"[[FUNCTION]] get_airfare {'depart_date.day_name': 'saturday', 'fromloc.city_name': 'washington', 'toloc.city_name': 'boston'}" +get fares from washington to montreal,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'washington', 'toloc.city_name': 'montreal'}" +get saturday fares from washington to montreal,"[[FUNCTION]] get_airfare {'depart_date.day_name': 'saturday', 'fromloc.city_name': 'washington', 'toloc.city_name': 'montreal'}" +get saturday fares from washington to toronto,"[[FUNCTION]] get_airfare {'depart_date.day_name': 'saturday', 'fromloc.city_name': 'washington', 'toloc.city_name': 'toronto'}" +get the saturday fare from washington to toronto,"[[FUNCTION]] get_airfare {'depart_date.day_name': 'saturday', 'fromloc.city_name': 'washington', 'toloc.city_name': 'toronto'}" +list saturday flights from washington to boston,"[[FUNCTION]] get_flight {'depart_date.day_name': 'saturday', 'fromloc.city_name': 'washington', 'toloc.city_name': 'boston'}" +list saturday flights from boston to washington,"[[FUNCTION]] get_flight {'depart_date.day_name': 'saturday', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington'}" +get flights from milwaukee to dtw,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.airport_code': 'dtw'}" +list flights from milwaukee to detroit,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'detroit'}" +get flights from detroit to toronto,"[[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'toloc.city_name': 'toronto'}" +get flights from toronto to milwaukee,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'milwaukee'}" +get last flight from oakland to salt lake city on wednesday or first flight from oakland to salt lake city on thursday,"[[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_date.day_name': 'thursday', 'or': 'or'}" +get first flight from oakland to salt lake city on thursday,"[[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_date.day_name': 'thursday'}" +get last flight from oakland to salt lake city on wednesday,"[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_date.day_name': 'wednesday'}" +list last wednesday flight from oakland to salt lake city,"[[FUNCTION]] get_flight {'flight_mod': 'last', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}" +get flight from toronto to san diego stopping at dtw,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego', 'stoploc.airport_code': 'dtw'}" +get flights between st. petersburg and charlotte,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte'}" +i need a flight from milwaukee to indianapolis leaving monday before 9 am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'indianapolis', 'depart_date.day_name': 'monday', 'depart_time.time_relative': 'before', 'depart_time.time': '9 am'}" +i need a flight departing from milwaukee to indianapolis leaving monday before 8 am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'indianapolis', 'depart_date.day_name': 'monday', 'depart_time.time_relative': 'before', 'depart_time.time': '8 am'}" +is there ground transportation available at the indianapolis airport,[[FUNCTION]] get_ground_service {'airport_name': 'indianapolis airport'} +i need flight information for a flight departing from indianapolis to cleveland departing tuesday at noon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'cleveland', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'noon'}" +i need flight information for a flight departing from cleveland to milwaukee wednesday after 6 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}" +i need flight information for flights departing from cleveland going back to milwaukee wednesday after 5 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}" +i need flight information for flights departing from cleveland to milwaukee on wednesday after 5 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}" +i need flight information for flights departing from cleveland to milwaukee on wednesday after 5 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}" +i need a flight from denver to salt lake city on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'salt lake city', 'depart_date.day_name': 'monday'}" +is there ground transportation available at the denver airport,[[FUNCTION]] get_ground_service {'airport_name': 'denver airport'} +i need flight and airline information for a flight from denver to salt lake city on monday departing after 5 pm,"[[FUNCTION]] get_flight+airline {'fromloc.city_name': 'denver', 'toloc.city_name': 'salt lake city', 'depart_date.day_name': 'monday', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}" +is there ground transportation available at the salt lake city airport,[[FUNCTION]] get_ground_service {'airport_name': 'salt lake city airport'} +i need a flight from salt lake city to phoenix departing wednesday after 5 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}" +is there ground transportation available at the phoenix airport,[[FUNCTION]] get_ground_service {'airport_name': 'phoenix airport'} +i need a flight from oakland to salt lake city on wednesday departing after 6 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_date.day_name': 'wednesday', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}" +i need flight and fare information for thursday departing prior to 9 am from oakland going to salt lake city,"[[FUNCTION]] get_flight+airfare {'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'prior to', 'depart_time.time': '9 am', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}" +i need flight and fare information departing from oakland to salt lake city on thursday before 8 am,"[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'before', 'depart_time.time': '8 am'}" +i need flight numbers and airlines for flights departing from oakland to salt lake city on thursday departing before 8 am,"[[FUNCTION]] get_flight_no+airline {'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'before', 'depart_time.time': '8 am'}" +i need flight numbers for those flights departing on thursday before 8 am from oakland going to salt lake city,"[[FUNCTION]] get_flight_no {'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'before', 'depart_time.time': '8 am', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}" +list airports in arizona nevada and california please,[[FUNCTION]] get_airport {'state_name': 'california'} +list california nevada arizona airports,[[FUNCTION]] get_airport {'state_name': 'arizona'} +list the arizona airport,[[FUNCTION]] get_airport {'state_name': 'arizona'} +list california airports,[[FUNCTION]] get_airport {'state_name': 'california'} +list flights from las vegas to phoenix,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'phoenix'}" +list california airports,[[FUNCTION]] get_airport {'state_name': 'california'} +list airports,[[FUNCTION]] get_airport {} +list wednesday night flights from oakland to salt lake city,"[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'night', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}" +list flights from oakland to salt lake city before 6 am thursday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city', 'depart_time.time_relative': 'before', 'depart_time.time': '6 am', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'}" +which airlines fly between toronto and san diego,"[[FUNCTION]] get_airline {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'}" +please list afternoon flights between st. petersburg and charlotte,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte'}" +what is tpa,[[FUNCTION]] get_abbreviation {'airport_code': 'tpa'} +what are the flights from cleveland to dallas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'dallas'}" +please list only the flights from cleveland to dallas that leave before noon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'dallas', 'depart_time.time_relative': 'before', 'depart_time.period_of_day': 'noon'}" +what type of aircraft are flying from cleveland to dallas before noon,"[[FUNCTION]] get_aircraft {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'dallas', 'depart_time.time_relative': 'before', 'depart_time.period_of_day': 'noon'}" +i need information on flights from indianapolis to seattle,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'seattle'}" +i need a flight from memphis to seattle,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'seattle'}" +i need a ticket from nashville to seattle,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'nashville', 'toloc.city_name': 'seattle'}" +i need a ticket from nashville tennessee to seattle,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'nashville', 'fromloc.state_name': 'tennessee', 'toloc.city_name': 'seattle'}" +i need flight information from milwaukee to tampa,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tampa'}" +i need to rent a car at tampa,"[[FUNCTION]] get_ground_service {'transport_type': 'car', 'city_name': 'tampa'}" +i need a daily flight from st. louis to milwaukee,"[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'st. louis', 'toloc.city_name': 'milwaukee'}" +i need flights departing from oakland and arriving salt lake city,"[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'salt lake city'}" +i need information on flights from toronto to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'}" +i need information on flights from toronto to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'}" +i want a flight from toronto to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'san diego'}" +i need information on flights between st. petersburg and charlotte,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'charlotte'}" +i need the flight numbers of flights leaving from cleveland and arriving at dallas,"[[FUNCTION]] get_flight_no {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'dallas'}" +which flights go from new york to miami and back,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'}" +what does fare code qo mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'qo'} +show me flights from milwaukee to orlando one way,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'round_trip': 'one way'}" +what the abbreviation us stand for,[[FUNCTION]] get_abbreviation {'airline_code': 'us'} +i 'd like a one way ticket from milwaukee to orlando either wednesday evening or thursday morning,"[[FUNCTION]] get_airfare {'round_trip': 'one way', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning', 'or': 'or'}" +show me flights from milwaukee to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando'}" +what does fare code f mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'f'} +what does fare code h mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'h'} +what does fare code y mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'y'} +what are restrictions ap 57,[[FUNCTION]] get_abbreviation {'restriction_code': 'ap 57'} +please show me first class flights from indianapolis to memphis one way leaving before 10 am,"[[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis', 'round_trip': 'one way', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am'}" +now show me all round trip flights from burbank to seattle that arrive before 7 pm in seattle,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'burbank', 'toloc.city_name': 'seattle', 'arrive_time.time_relative': 'before', 'arrive_time.time': '7 pm'}" +round trip flights from orlando to montreal please,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'orlando', 'toloc.city_name': 'montreal'}" +what airline is dl,[[FUNCTION]] get_airline {'airline_code': 'dl'} +show me all delta airlines flights from montreal to orlando,"[[FUNCTION]] get_flight {'airline_name': 'delta airlines', 'fromloc.city_name': 'montreal', 'toloc.city_name': 'orlando'}" +show me all flights from orlando to montreal please,"[[FUNCTION]] get_flight {'fromloc.city_name': 'orlando', 'toloc.city_name': 'montreal'}" +which airline is kw,[[FUNCTION]] get_airline {'airline_code': 'kw'} +please list all flights from new york to miami any any type of class,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'miami'}" +what does fare code bh mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'bh'} +show me a return flight from miami to jfk please,"[[FUNCTION]] get_flight {'round_trip': 'return', 'fromloc.city_name': 'miami', 'toloc.airport_code': 'jfk'}" +what does fare code bh mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'bh'} +what does fare code bh mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'bh'} +what does fare code bh mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'bh'} +what does fare code bh mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'bh'} +show me one way flights from milwaukee to orlando after 6 pm on wednesday,"[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm', 'depart_date.day_name': 'wednesday'}" +show me the flights from indianapolis to memphis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis'}" +show me round trip flights from burbank to seattle,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'burbank', 'toloc.city_name': 'seattle'}" +show me round trip flights from orlando to montreal,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'orlando', 'toloc.city_name': 'montreal'}" +show me nonstop flights from montreal to orlando,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'montreal', 'toloc.city_name': 'orlando'}" +show me round trips between montreal and orlando,"[[FUNCTION]] get_flight {'round_trip': 'round trips', 'fromloc.city_name': 'montreal', 'toloc.city_name': 'orlando'}" +show me round trip flights from montreal to orlando,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'montreal', 'toloc.city_name': 'orlando'}" +show me the cheapest one way flights from montreal to orlando,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'montreal', 'toloc.city_name': 'orlando'}" +show me the cheapest one way flights from orlando to montreal,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'orlando', 'toloc.city_name': 'montreal'}" +show me the cheapest economy flights from miami to new york,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'economy': 'economy', 'fromloc.city_name': 'miami', 'toloc.city_name': 'new york'}" +kansas city to las vegas economy,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'las vegas', 'economy': 'economy'}" +kansas city to las vegas economy,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'las vegas', 'economy': 'economy'}" +what airline is hp,[[FUNCTION]] get_airline {'airline_code': 'hp'} +ground transportation in las vegas,[[FUNCTION]] get_ground_service {'city_name': 'las vegas'} +ground transportation for las vegas,[[FUNCTION]] get_ground_service {'city_name': 'las vegas'} +las vegas to baltimore economy,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'baltimore', 'economy': 'economy'}" +las vegas to baltimore economy,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'baltimore', 'economy': 'economy'}" +baltimore to kansas city economy,"[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'kansas city', 'economy': 'economy'}" +what airline is us,[[FUNCTION]] get_airline {'airline_code': 'us'} +which airline is us,[[FUNCTION]] get_airline {'airline_code': 'us'} +which airline is us,[[FUNCTION]] get_airline {'airline_code': 'us'} +which airline is us,[[FUNCTION]] get_airline {'airline_code': 'us'} +which airline is us,[[FUNCTION]] get_airline {'airline_code': 'us'} +columbus to chicago one way before 10 am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'columbus', 'toloc.city_name': 'chicago', 'round_trip': 'one way', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am'}" +what airline is hp,[[FUNCTION]] get_airline {'airline_code': 'hp'} +st. petersburg to detroit,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'detroit'}" +from milwaukee to orlando one way after 5 pm wednesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'round_trip': 'one way', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm', 'depart_date.day_name': 'wednesday'}" +and from milwaukee to atlanta before 10 am daily,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am', 'flight_days': 'daily'}" +what airline is yx,[[FUNCTION]] get_airline {'airline_code': 'yx'} +show me all flights from san jose to phoenix,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'phoenix'}" +show me all flights from san jose to phoenix,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'phoenix'}" +what airline is hp,[[FUNCTION]] get_airline {'airline_code': 'hp'} +show me ground transportation in phoenix,[[FUNCTION]] get_ground_service {'city_name': 'phoenix'} +show me flights from phoenix to fort worth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'fort worth'}" +show me ground transportation in fort worth,[[FUNCTION]] get_ground_service {'city_name': 'fort worth'} +show me flights from fort worth to san jose,"[[FUNCTION]] get_flight {'fromloc.city_name': 'fort worth', 'toloc.city_name': 'san jose'}" +show me first class flights from new york to miami round trip,"[[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'round_trip': 'round trip'}" +show me first class flights from new york to miami round trip,"[[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'round_trip': 'round trip'}" +show me all round trip flights from new york to miami nonstop,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'new york', 'toloc.city_name': 'miami', 'flight_stop': 'nonstop'}" +show me all round trip flights from miami to new york nonstop,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'miami', 'toloc.city_name': 'new york', 'flight_stop': 'nonstop'}" +show me one way flights from indianapolis to memphis before 10 am on any day,"[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis', 'depart_time.time_relative': 'before', 'depart_time.time': '10 am'}" +what does fare code f mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'f'} +show me round trip flights from burbank to tacoma,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'burbank', 'toloc.city_name': 'tacoma'}" +what does the restriction ap58 mean,[[FUNCTION]] get_abbreviation {'restriction_code': 'ap58'} +what does fare code h mean,[[FUNCTION]] get_abbreviation {'fare_basis_code': 'h'} +what airline is as,[[FUNCTION]] get_airline {'airline_code': 'as'} +what airline is as,[[FUNCTION]] get_airline {'airline_code': 'as'} +what airline is as,[[FUNCTION]] get_airline {'airline_code': 'as'} +what airline is as as in sam,[[FUNCTION]] get_airline {'airline_code': 'as'} +show me nonstop flights from st. petersburg to toronto,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'toronto'}" +show me nonstop flights from toronto to st. petersburg,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'st. petersburg'}" +show me the nonstop flights and fares from toronto to st. petersburg,"[[FUNCTION]] get_flight+airfare {'flight_stop': 'nonstop', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'st. petersburg'}" +show me the nonstop flights from toronto to st. petersburg,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'st. petersburg'}" +show me weekday flights from milwaukee to orlando one way,"[[FUNCTION]] get_flight {'flight_mod': 'weekday', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'round_trip': 'one way'}" +show me weekday flights from milwaukee to orlando one way,"[[FUNCTION]] get_flight {'flight_mod': 'weekday', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'round_trip': 'one way'}" +what airline is hp,[[FUNCTION]] get_airline {'airline_code': 'hp'} +list flights from chicago to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'san diego'}" +list flights from chicago to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'san diego'}" +list flights from kansas city to denver,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'denver'}" +list flights from denver to phoenix,"[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'phoenix'}" +list flights from phoenix to las vegas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'las vegas'}" +list flights from las vegas to san diego,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'san diego'}" +list flights from chicago to kansas city in the morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'kansas city', 'depart_time.period_of_day': 'morning'}" +list flights from houston to san jose,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'san jose'}" +list flights from houston to milwaukee,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'milwaukee'}" +list flights from milwaukee to san jose on wednesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'san jose', 'depart_date.day_name': 'wednesday'}" +list flights from san jose to dallas on friday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'dallas', 'depart_date.day_name': 'friday'}" +list flights from dallas to houston,"[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'houston'}" +list distance from airports to downtown in new york,[[FUNCTION]] get_distance {'city_name': 'new york'} +list airports in new york,[[FUNCTION]] get_airport {'city_name': 'new york'} +list airports in new york,[[FUNCTION]] get_airport {'city_name': 'new york'} +list airports in la,[[FUNCTION]] get_airport {'city_name': 'la'} +list airports,[[FUNCTION]] get_airport {} +list airports in la,[[FUNCTION]] get_airport {'city_name': 'la'} +list airports in la,[[FUNCTION]] get_airport {'city_name': 'la'} +list the airports in la,[[FUNCTION]] get_airport {'city_name': 'la'} +list la,[[FUNCTION]] get_city {'city_name': 'la'} +list la,[[FUNCTION]] get_city {'city_name': 'la'} +list flights from new york to la,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'la'}" +list flights from la guardia to burbank,"[[FUNCTION]] get_flight {'fromloc.airport_name': 'la guardia', 'toloc.city_name': 'burbank'}" +list flights from la to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'la', 'toloc.city_name': 'orlando'}" +list flights from ontario california to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'fromloc.state_name': 'california', 'toloc.city_name': 'orlando'}" +list flights from ontario california to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'fromloc.state_name': 'california', 'toloc.city_name': 'orlando'}" +list flights from indianapolis to memphis with fares on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis', 'depart_date.day_name': 'monday'}" +list flights from indianapolis to memphis on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis', 'depart_date.day_name': 'monday'}" +list flights from memphis to miami on wednesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'miami', 'depart_date.day_name': 'wednesday'}" +list flights from miami to indianapolis on sunday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'indianapolis', 'depart_date.day_name': 'sunday'}" +list flights from charlotte on saturday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'afternoon'}" +list type of aircraft for all flights from charlotte,[[FUNCTION]] get_aircraft {'fromloc.city_name': 'charlotte'} +list flights and fares from tacoma to orlando round trip leaving saturday returning next saturday,"[[FUNCTION]] get_flight+airfare {'fromloc.city_name': 'tacoma', 'toloc.city_name': 'orlando', 'round_trip': 'round trip', 'depart_date.day_name': 'saturday', 'return_date.date_relative': 'next', 'return_date.day_name': 'saturday'}" +what class is fare code q,[[FUNCTION]] get_abbreviation {'booking_class': 'q'} +list flights from orlando to tacoma on saturday of fare basis code of q,"[[FUNCTION]] get_flight {'fromloc.city_name': 'orlando', 'toloc.city_name': 'tacoma', 'depart_date.day_name': 'saturday', 'fare_basis_code': 'q'}" +list airfares for first class round trip from detroit to st. petersburg,"[[FUNCTION]] get_airfare {'class_type': 'first class', 'round_trip': 'round trip', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. petersburg'}" +list coach round trip airfare from detroit to st. petersburg,"[[FUNCTION]] get_airfare {'class_type': 'coach', 'round_trip': 'round trip', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'st. petersburg'}" +list flights from pittsburgh to newark on monday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'newark', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}" +list flights from minneapolis to pittsburgh on friday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'friday'}" +list flights before 9 am from cincinnati to tampa,"[[FUNCTION]] get_flight {'depart_time.time_relative': 'before', 'depart_time.time': '9 am', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'tampa'}" +list flights from cincinnati to tampa before noon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'tampa', 'depart_time.time_relative': 'before', 'depart_time.period_of_day': 'noon'}" +list flights from tampa to cincinnati after 3 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'cincinnati', 'depart_time.time_relative': 'after', 'depart_time.time': '3 pm'}" +list airlines that fly from seattle to salt lake city,"[[FUNCTION]] get_airline {'fromloc.city_name': 'seattle', 'toloc.city_name': 'salt lake city'}" +list delta flights from seattle to salt lake city,"[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'seattle', 'toloc.city_name': 'salt lake city'}" +list seating capacities of delta flights from seattle to salt lake city,"[[FUNCTION]] get_capacity {'airline_name': 'delta', 'fromloc.city_name': 'seattle', 'toloc.city_name': 'salt lake city'}" +list delta flights from seattle to salt lake city with aircraft type,"[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'seattle', 'toloc.city_name': 'salt lake city'}" +what ground transportation is there in baltimore,[[FUNCTION]] get_ground_service {'city_name': 'baltimore'} +list ground transportation in baltimore,[[FUNCTION]] get_ground_service {'city_name': 'baltimore'} +list flights from baltimore to san francisco on friday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday'}" +give me the flights from los angeles to pittsburgh on tuesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh', 'depart_date.day_name': 'tuesday'}" +give me the 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'}" +give me the round trip flights from cleveland to miami next wednesday,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday'}" +give me the fares for round trip flights from cleveland to miami next wednesday,"[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday'}" +give me the flights and fares for a trip to cleveland from miami on wednesday,"[[FUNCTION]] get_flight {'toloc.city_name': 'cleveland', 'fromloc.city_name': 'miami', 'depart_date.day_name': 'wednesday'}" +give me the fares from miami to cleveland next sunday,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'miami', 'toloc.city_name': 'cleveland', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'sunday'}" +give me the flights from milwaukee to phoenix on saturday or sunday on american airlines,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'sunday', 'or': 'or', 'airline_name': 'american airlines'}" +give me the flights from phoenix to milwaukee on wednesday evening,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'evening'}" +give me the flights from phoenix to milwaukee on wednesday on american airlines,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday', 'airline_name': 'american airlines'}" +give me the flights from phoenix to milwaukee on american airlines,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee', 'airline_name': 'american airlines'}" +give me the flights from phoenix to milwaukee,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee'}" +give me the meal flights departing early saturday morning from chicago to seattle nonstop,"[[FUNCTION]] get_flight {'meal': 'meal', 'depart_time.period_mod': 'early', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'flight_stop': 'nonstop'}" +give me the flights from chicago to seattle saturday morning that have meals,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning', 'meal': 'meals'}" +give me flights from seattle to chicago that have meals on continental,"[[FUNCTION]] get_flight {'fromloc.city_name': 'seattle', 'toloc.city_name': 'chicago', 'meal': 'meals', 'airline_name': 'continental'}" +give me the flights from seattle to chicago that have meals on continental saturday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'seattle', 'toloc.city_name': 'chicago', 'meal': 'meals', 'airline_name': 'continental', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning'}" +give me the flights from chicago to seattle on continental that have meals early saturday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'airline_name': 'continental', 'meal': 'meals', 'depart_time.period_mod': 'early', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning'}" +give me a combination of continental flights from chicago to seattle that have meals early saturday morning,"[[FUNCTION]] get_flight {'airline_name': 'continental', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'meal': 'meals', 'depart_time.period_mod': 'early', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning'}" +give me the saturday morning flights with meals from chicago to minneapolis,"[[FUNCTION]] get_flight {'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning', 'meal': 'meals', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'minneapolis'}" +give me the saturday morning flights on continental that have meals from chicago to minneapolis,"[[FUNCTION]] get_flight {'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning', 'airline_name': 'continental', 'meal': 'meals', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'minneapolis'}" +give me the saturday morning flights from chicago to st. paul on continental that have meals,"[[FUNCTION]] get_flight {'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'chicago', 'toloc.city_name': 'st. paul', 'airline_name': 'continental', 'meal': 'meals'}" +give me the flights from new york to las vegas nonstop,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'las vegas', 'flight_stop': 'nonstop'}" +give me the flights from memphis to las vegas nonstop,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas', 'flight_stop': 'nonstop'}" +give me the cheapest round trip flights from indianapolis to orlando around december twenty fifth,"[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'round_trip': 'round trip', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando', 'depart_time.time_relative': 'around', 'depart_date.month_name': 'december', 'depart_date.day_number': 'twenty fifth'}" +i need a friday flight from newark to tampa,"[[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'fromloc.city_name': 'newark', 'toloc.city_name': 'tampa'}" +i need a sunday flight from tampa to charlotte,"[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte'}" +give me a flight from charlotte to baltimore on tuesday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'morning'}" +can i have a morning flight from baltimore to newark please,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark'}" +cheapest round trip fare from or indianapolis to orlando on december twenty fifth,"[[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 fifth'}" +cheapest one way fare from indianapolis to orlando on december twenty seventh,"[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'round_trip': 'one way', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando', 'depart_date.month_name': 'december', 'depart_date.day_number': 'twenty seventh'}" +flight number from dallas to houston,"[[FUNCTION]] get_flight_no {'fromloc.city_name': 'dallas', 'toloc.city_name': 'houston'}" +flight number from houston to dallas,"[[FUNCTION]] get_flight_no {'fromloc.city_name': 'houston', 'toloc.city_name': 'dallas'}" +saturday flight on american airlines from milwaukee to phoenix,"[[FUNCTION]] get_flight {'depart_date.day_name': 'saturday', 'airline_name': 'american airlines', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'phoenix'}" +flight numbers on american airlines from phoenix to milwaukee,"[[FUNCTION]] get_flight_no {'airline_name': 'american airlines', 'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee'}" +flight numbers from chicago to seattle,"[[FUNCTION]] get_flight_no {'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle'}" +flight numbers from chicago to seattle on continental,"[[FUNCTION]] get_flight_no {'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'airline_name': 'continental'}" +flight numbers from seattle to chicago on continental,"[[FUNCTION]] get_flight_no {'fromloc.city_name': 'seattle', 'toloc.city_name': 'chicago', 'airline_name': 'continental'}" +is there a fare from pittsburgh to cleveland under 200 dollars,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'cleveland', 'cost_relative': 'under', 'fare_amount': '200 dollars'}" +how much is coach flight from pittsburgh to atlanta,"[[FUNCTION]] get_airfare {'class_type': 'coach', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta'}" +newark to tampa on friday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'tampa', 'depart_date.day_name': 'friday'}" +tampa to charlotte sunday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'charlotte', 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'morning'}" +charlotte to baltimore on tuesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'tuesday'}" +baltimore to newark wednesday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning'}" +dallas to houston after 1201 am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'houston', 'depart_time.time_relative': 'after', 'depart_time.time': '1201 am'}" +houston to dallas before midnight,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'dallas', 'depart_time.time_relative': 'before', 'depart_time.period_of_day': 'midnight'}" +indianapolis to orlando 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'}" +cheapest fare from indianapolis to orlando on the twenty seventh of december,"[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'orlando', 'depart_date.day_number': 'twenty seventh', 'depart_date.month_name': 'december'}" +cheapest fare 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'}" +cleveland to miami on wednesday arriving before 4 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami', 'depart_date.day_name': 'wednesday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '4 pm'}" +miami to cleveland sunday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'cleveland', 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'afternoon'}" +new york city to las vegas and memphis to las vegas on sunday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday'}" +new york city to las vegas and memphis to las vegas on sunday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday'}" +new york to las vegas sunday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'afternoon'}" +memphis to las vegas sunday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'afternoon'}" +new york to las vegas on sunday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'sunday', 'depart_time.period_of_day': 'afternoon'}" +chicago to seattle saturday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'seattle', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning'}" +chicago to las vegas saturday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'las vegas', 'depart_date.day_name': 'saturday', 'depart_time.period_of_day': 'morning'}" +los angeles to pittsburgh afternoon tuesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh', 'depart_time.period_of_day': 'afternoon', 'depart_date.day_name': 'tuesday'}" +los angeles to pittsburgh afternoon on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'pittsburgh', 'depart_time.period_of_day': 'afternoon', 'depart_date.day_name': 'monday'}" +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'}" +milwaukee to phoenix on saturday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'saturday'}" +phoenix to milwaukee on sunday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'sunday'}" +phoenix to milwaukee on wednesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'wednesday'}" +a flight from baltimore to san francisco arriving between 5 and 8 pm,"[[FUNCTION]] get_flight {'flight': 'flight', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'arrive_time.start_time': '5', 'arrive_time.end_time': '8 pm'}" +how many northwest flights leave st. paul,"[[FUNCTION]] get_flight {'airline_name': 'northwest', 'fromloc.city_name': 'st. paul'}" +how many northwest flights leave washington dc,"[[FUNCTION]] get_flight {'airline_name': 'northwest', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc'}" +how many flights does northwest have leaving dulles,"[[FUNCTION]] get_flight {'airline_name': 'northwest', 'fromloc.airport_name': 'dulles'}" +what cities does northwest fly out of,[[FUNCTION]] get_city {'airline_name': 'northwest'} +list the cities from which northwest flies,[[FUNCTION]] get_city {'airline_name': 'northwest'} +what cities does northwest fly to,[[FUNCTION]] get_city {'airline_name': 'northwest'} +i would like a connecting flight from dallas to san francisco leaving after 4 o'clock,"[[FUNCTION]] get_flight {'connect': 'connecting', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': ""4 o'clock""}" +please list all the flights from dallas to san francisco,"[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}" +tell me again the morning flights on american airlines from philadelphia to dallas,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'airline_name': 'american airlines', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'}" +tell me the flights that leave philadelphia and go to dallas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'}" +what is a d9s,[[FUNCTION]] get_abbreviation {'aircraft_code': 'd9s'} +what type of plane is a d9s,[[FUNCTION]] get_aircraft {'aircraft_code': 'd9s'} +what is a d9s,[[FUNCTION]] get_abbreviation {'aircraft_code': 'd9s'} +show me the airports serviced by tower air,[[FUNCTION]] get_airport {'airline_name': 'tower air'} +show me the first class and coach flights between jfk and orlando,"[[FUNCTION]] get_flight {'class_type': 'coach', 'fromloc.airport_code': 'jfk', 'toloc.city_name': 'orlando'}" +show me the first class and coach flights from kennedy airport to miami,"[[FUNCTION]] get_flight {'class_type': 'coach', 'fromloc.airport_name': 'kennedy airport', 'toloc.city_name': 'miami'}" +show me the first class and coach flights from jfk to miami,"[[FUNCTION]] get_flight {'class_type': 'coach', 'fromloc.airport_code': 'jfk', 'toloc.city_name': 'miami'}" +are meals ever served on tower air,"[[FUNCTION]] get_meal {'meal': 'meals', 'airline_name': 'tower air'}" +are snacks served on tower air,"[[FUNCTION]] get_meal {'meal_description': 'snacks', 'airline_name': 'tower air'}" +show delta airlines flights from jfk to miami,"[[FUNCTION]] get_flight {'airline_name': 'delta airlines', 'fromloc.airport_code': 'jfk', 'toloc.city_name': 'miami'}" +show delta airlines from boston to salt lake,"[[FUNCTION]] get_flight {'airline_name': 'delta airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'salt lake'}" +show delta airlines flights from boston to salt lake,"[[FUNCTION]] get_flight {'airline_name': 'delta airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'salt lake'}" +show delta airlines flights from boston to salt lake city,"[[FUNCTION]] get_flight {'airline_name': 'delta airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'salt lake city'}" +what are the fares for flights between boston and washington dc,"[[FUNCTION]] get_airfare {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +what is the least expensive fare from boston to salt lake city,"[[FUNCTION]] get_airfare {'cost_relative': 'least expensive', 'fromloc.city_name': 'boston', 'toloc.city_name': 'salt lake city'}" +what are the lowest fares from washington dc to salt lake city,"[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.city_name': 'washington', 'fromloc.state_code': 'dc', 'toloc.city_name': 'salt lake city'}" +what is the lowest fare from bwi to salt lake city,"[[FUNCTION]] get_airfare {'cost_relative': 'lowest', 'fromloc.airport_code': 'bwi', 'toloc.city_name': 'salt lake city'}" +show me the cost of a first class ticket from detroit to las vegas and back,"[[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'las vegas', 'round_trip': 'back'}" +what is the earliest arriving flight from boston to washington dc,"[[FUNCTION]] get_flight {'flight_mod': 'earliest arriving', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +what is the earliest arriving flight between boston and washington dc,"[[FUNCTION]] get_flight {'flight_mod': 'earliest arriving', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +what 's the earliest arriving flight between boston and washington dc,"[[FUNCTION]] get_flight {'flight_mod': 'earliest arriving', 'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc'}" +what is the earliest arriving flight from houston to orlando,"[[FUNCTION]] get_flight {'flight_mod': 'earliest arriving', 'fromloc.city_name': 'houston', 'toloc.city_name': 'orlando'}" +what is the earliest arriving flight from houston to orlando,"[[FUNCTION]] get_flight {'flight_mod': 'earliest arriving', 'fromloc.city_name': 'houston', 'toloc.city_name': 'orlando'}" +show me the flights between houston and orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'orlando'}" +show me the flights between houston and orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'orlando'}" +show me the flights from houston to orlando,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'orlando'}" +list all flights leaving denver between 8 pm and 9 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'depart_time.start_time': '8 pm', 'depart_time.end_time': '9 pm'}" +what is the seating capacity on the aircraft 733,[[FUNCTION]] get_capacity {'aircraft_code': '733'} +what is the seating capacity of a 72s,[[FUNCTION]] get_capacity {'aircraft_code': '72s'} +what is the seating capacity of the aircraft 72s,[[FUNCTION]] get_capacity {'aircraft_code': '72s'} +what is the seating capacity of the aircraft m80,[[FUNCTION]] get_capacity {'aircraft_code': 'm80'} +what is the seating capacity of the type of aircraft m80,[[FUNCTION]] get_capacity {'aircraft_code': 'm80'} +what is the seating capacity of an m80,[[FUNCTION]] get_capacity {'aircraft_code': 'm80'} +what airlines serve denver,[[FUNCTION]] get_airline {'city_name': 'denver'} +list the airlines with flights to or from denver,[[FUNCTION]] get_airline {'city_name': 'denver'} +what airlines fly into denver,[[FUNCTION]] get_airline {'toloc.city_name': 'denver'} +list all flights arriving in denver between 8 and 9 pm,"[[FUNCTION]] get_flight {'toloc.city_name': 'denver', 'arrive_time.start_time': '8', 'arrive_time.end_time': '9 pm'}" +what is the capacity of the 73s,[[FUNCTION]] get_capacity {'aircraft_code': '73s'} +what is 73s,[[FUNCTION]] get_abbreviation {'aircraft_code': '73s'} +what is seating capacity on the aircraft 73s,[[FUNCTION]] get_capacity {'aircraft_code': '73s'} +what is the seating capacity of a 757,[[FUNCTION]] get_capacity {'aircraft_code': '757'} +how many people will a 757 hold,[[FUNCTION]] get_capacity {'aircraft_code': '757'} +how many passengers can fly on a 757,[[FUNCTION]] get_capacity {'aircraft_code': '757'} +list all of the daily flights arriving in denver between 8 and 9 pm,"[[FUNCTION]] get_flight {'flight_days': 'daily', 'toloc.city_name': 'denver', 'arrive_time.start_time': '8', 'arrive_time.end_time': '9 pm'}" +list all of the daily flights arriving in denver from 8 to 9 pm,"[[FUNCTION]] get_flight {'flight_days': 'daily', 'toloc.city_name': 'denver', 'arrive_time.start_time': '8', 'arrive_time.end_time': '9 pm'}" +show me all of the daily flights arriving in denver between 8 pm and 9 pm,"[[FUNCTION]] get_flight {'flight_days': 'daily', 'toloc.city_name': 'denver', 'arrive_time.start_time': '8 pm', 'arrive_time.end_time': '9 pm'}" +what is the seating capacity of the 757,[[FUNCTION]] get_capacity {'aircraft_code': '757'} +tell me about the m80 aircraft,[[FUNCTION]] get_aircraft {'aircraft_code': 'm80'} +tell me about the m80 aircraft,[[FUNCTION]] get_aircraft {'aircraft_code': 'm80'} +tell me about the type of aircraft called an m80,[[FUNCTION]] get_aircraft {'aircraft_code': 'm80'} +what is the seating capacity of the 733,[[FUNCTION]] get_capacity {'aircraft_code': '733'} +what is the seating capacity of the m80,[[FUNCTION]] get_capacity {'aircraft_code': 'm80'} +what is the seating capacity on the aircraft m80,[[FUNCTION]] get_capacity {'aircraft_code': 'm80'} +list all flights arriving or leaving denver between 8 and 9 pm,"[[FUNCTION]] get_flight {'city_name': 'denver', 'depart_time.start_time': '8', 'depart_time.end_time': '9 pm'}" +list all flights arriving in denver between 8 and 9 pm,"[[FUNCTION]] get_flight {'toloc.city_name': 'denver', 'arrive_time.start_time': '8', 'arrive_time.end_time': '9 pm'}" +list all flights on all types of aircraft arriving in denver between 8 and 9 pm,"[[FUNCTION]] get_flight {'toloc.city_name': 'denver', 'arrive_time.start_time': '8', 'arrive_time.end_time': '9 pm'}" +please list all flights from nashville to memphis on monday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'memphis', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}" +please list the flights from nashville to memphis on monday morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'memphis', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}" +is there ground transportation from the memphis airport into town when if i arrive at 842 in the morning,"[[FUNCTION]] get_ground_service {'airport_name': 'memphis airport', 'period_of_day': 'morning'}" +please list the flights from memphis to new york city on a monday night,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'new york city', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'night'}" +what is cvg,[[FUNCTION]] get_abbreviation {'airport_code': 'cvg'} +what ground transportation is available from la guardia airport into new york city,"[[FUNCTION]] get_ground_service {'airport_name': 'la guardia airport', 'city_name': 'new york city'}" +is there ground transportation from lga into new york city,"[[FUNCTION]] get_ground_service {'airport_code': 'lga', 'city_name': 'new york city'}" +please list the ground transportation from lga into new york city,"[[FUNCTION]] get_ground_service {'airport_code': 'lga', 'city_name': 'new york city'}" +please list ground transportation from ewr into new york city,"[[FUNCTION]] get_ground_service {'airport_code': 'ewr', 'city_name': 'new york city'}" +show me the morning flights from memphis to new york city,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'memphis', 'toloc.city_name': 'new york city'}" +give me the flights from new york city to nashville leaving after 5 pm on wednesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'new york city', 'toloc.city_name': 'nashville', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm', 'depart_date.day_name': 'wednesday'}" +tell me about the ground transportation from nashville airport,[[FUNCTION]] get_ground_service {'airport_name': 'nashville airport'} +what are the nonstop flights from cincinnati to charlotte leaving after noon and arriving before 7 pm,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'charlotte', 'depart_time.time_relative': 'after', 'depart_time.period_of_day': 'noon', 'arrive_time.time_relative': 'before', 'arrive_time.time': '7 pm'}" +how many flights does alaska airlines have to burbank,"[[FUNCTION]] get_flight {'airline_name': 'alaska airlines', 'toloc.city_name': 'burbank'}" +list the alaska airline flights from burbank to anywhere,"[[FUNCTION]] get_flight {'airline_name': 'alaska airline', 'fromloc.city_name': 'burbank'}" +list the alaska airline flights from burbank,"[[FUNCTION]] get_flight {'airline_name': 'alaska airline', 'fromloc.city_name': 'burbank'}" +which airline is as,[[FUNCTION]] get_airline {'airline_code': 'as'} +list the alaska airlines flights arriving in burbank,"[[FUNCTION]] get_flight {'airline_name': 'alaska airlines', 'toloc.city_name': 'burbank'}" +list the alaska airlines flights a departing from burbank,"[[FUNCTION]] get_flight {'airline_name': 'alaska airlines', 'fromloc.city_name': 'burbank'}" +list all alaska airlines flights,[[FUNCTION]] get_flight {'airline_name': 'alaska airlines'} +list all flights departing from seattle,[[FUNCTION]] get_flight {'fromloc.city_name': 'seattle'} +list the flights from indianapolis to memphis that leave before noon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'memphis', 'depart_time.time_relative': 'before', 'depart_time.period_of_day': 'noon'}" +list the cheapest fare from charlotte to las vegas,"[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'las vegas'}" +i want a flight from los angeles to charlotte early in the morning,"[[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'charlotte', 'depart_time.period_mod': 'early', 'depart_time.period_of_day': 'morning'}" +i would like a morning flight from charlotte to newark,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'charlotte', 'toloc.city_name': 'newark'}" +i 'd like a morning flight from newark to los angeles,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'newark', 'toloc.city_name': 'los angeles'}" +i 'd like an evening flight from newark to los angeles,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'newark', 'toloc.city_name': 'los angeles'}" +i would like a flight that leaves on sunday from montreal quebec to san diego california,"[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'montreal', 'fromloc.state_name': 'quebec', 'toloc.city_name': 'san diego', 'toloc.state_name': 'california'}" +i would like a flight on tuesday which leaves from san diego to indianapolis indiana and that leaves in the afternoon,"[[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'fromloc.city_name': 'san diego', 'toloc.city_name': 'indianapolis', 'toloc.state_name': 'indiana', 'depart_time.period_of_day': 'afternoon'}" +i would like to leave thursday morning from indianapolis to toronto,"[[FUNCTION]] get_flight {'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'toronto'}" +i would like a flight on friday morning from toronto to montreal,"[[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'toronto', 'toloc.city_name': 'montreal'}" +i would like a flight from cincinnati to burbank on american,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'burbank', 'airline_name': 'american'}" +what type of aircraft is used for the american flight leaving at 419 pm,"[[FUNCTION]] get_aircraft {'airline_name': 'american', 'depart_time.time': '419 pm'}" +i need a flight leaving kansas city to chicago leaving next wednesday and returning the following day,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday', 'return_date.date_relative': 'the following day'}" +what flights go from long beach to st. louis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'st. louis'}" +what are the flights from memphis to las vegas,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'las vegas'}" +what are the flights from las vegas to ontario,"[[FUNCTION]] get_flight {'fromloc.city_name': 'las vegas', 'toloc.city_name': 'ontario'}" +what are the flights from ontario to memphis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'toloc.city_name': 'memphis'}" +what type of ground transportation is there at the las vegas airport,[[FUNCTION]] get_ground_service {'airport_name': 'las vegas airport'} +is there taxi service at the ontario airport,"[[FUNCTION]] get_ground_service {'transport_type': 'taxi service', 'airport_name': 'ontario airport'}" +what are the flights from tampa to milwaukee,"[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'toloc.city_name': 'milwaukee'}" +what are the flights from milwaukee to seattle,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'seattle'}" +what are the flights from la guardia to san jose on united,"[[FUNCTION]] get_flight {'fromloc.airport_name': 'la guardia', 'toloc.city_name': 'san jose', 'airline_name': 'united'}" +what are the flights on mondays that travel from charlotte north carolina to phoenix arizona,"[[FUNCTION]] get_flight {'depart_date.day_name': 'mondays', 'fromloc.city_name': 'charlotte', 'fromloc.state_name': 'north carolina', 'toloc.city_name': 'phoenix', 'toloc.state_name': 'arizona'}" +what are the flights from phoenix arizona to st. paul minnesota on tuesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'fromloc.state_name': 'arizona', 'toloc.city_name': 'st. paul', 'toloc.state_name': 'minnesota', 'depart_date.day_name': 'tuesday'}" +what are the flights on thursday leaving from st. paul minnesota to st. louis,"[[FUNCTION]] get_flight {'depart_date.day_name': 'thursday', 'fromloc.city_name': 'st. paul', 'fromloc.state_name': 'minnesota', 'toloc.city_name': 'st. louis'}" +what are the flights from st. louis to charlotte north carolina leaving on friday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. louis', 'toloc.city_name': 'charlotte', 'toloc.state_name': 'north carolina', 'depart_date.day_name': 'friday'}" +what are the flights from boston to orlando that stop in new york,"[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'orlando', 'stoploc.city_name': 'new york'}" +i need a morning flight from burbank to milwaukee on next monday,"[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'burbank', 'toloc.city_name': 'milwaukee', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'monday'}" +how about a flight from milwaukee to st. louis that leaves monday night,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'st. louis', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'night'}" +and a flight from st. louis to burbank that leaves tuesday afternoon,"[[FUNCTION]] get_flight {'fromloc.city_name': 'st. louis', 'toloc.city_name': 'burbank', 'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'afternoon'}" +how about a flight leaving tuesday night from st. louis to burbank,"[[FUNCTION]] get_flight {'depart_date.day_name': 'tuesday', 'depart_time.period_of_day': 'night', 'fromloc.city_name': 'st. louis', 'toloc.city_name': 'burbank'}" +i need a flight from salt lake to newark airport that arrives on saturday before 6 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake', 'toloc.airport_name': 'newark airport', 'arrive_date.day_name': 'saturday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '6 pm'}" +i 'd like a flight from cincinnati to newark airport that arrives on saturday before 6 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.airport_name': 'newark airport', 'arrive_date.day_name': 'saturday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '6 pm'}" +i need a flight on american airlines from miami to chicago that arrives around 5 pm,"[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'miami', 'toloc.city_name': 'chicago', 'arrive_time.time_relative': 'around', 'arrive_time.time': '5 pm'}" +i need a flight from memphis to tacoma that goes through los angeles,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'tacoma', 'stoploc.city_name': 'los angeles'}" +what are the flights between cincinnati and san jose california which leave after 6 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'san jose', 'toloc.state_name': 'california', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}" +what are the nonstop flights between san jose and houston texas,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'san jose', 'toloc.city_name': 'houston', 'toloc.state_name': 'texas'}" +what are the nonstop flights between houston and memphis,"[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'houston', 'toloc.city_name': 'memphis'}" +what are the flights between memphis and cincinnati on wednesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'cincinnati', 'depart_date.day_name': 'wednesday'}" +what are the american flights from newark to nashville,"[[FUNCTION]] get_flight {'airline_name': 'american', 'fromloc.city_name': 'newark', 'toloc.city_name': 'nashville'}" +the flights from ontario to westchester that stop in chicago,"[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'toloc.city_name': 'westchester', 'stoploc.city_name': 'chicago'}" +please list the flights from los angeles to charlotte,"[[FUNCTION]] get_flight {'fromloc.city_name': 'los angeles', 'toloc.city_name': 'charlotte'}" +please list the flights from charlotte to newark,"[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'newark'}" +please list the flights from newark to los angeles,"[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'los angeles'}" +please list the flights from cincinnati to burbank on american airlines,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'burbank', 'airline_name': 'american airlines'}" +please give me the flights from kansas city to chicago on june sixteenth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.month_name': 'june', 'depart_date.day_number': 'sixteenth'}" +please give me the flights from chicago to kansas city on june seventeenth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'kansas city', 'depart_date.month_name': 'june', 'depart_date.day_number': 'seventeenth'}" +please list all the flights from kansas city to chicago on june sixteenth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.month_name': 'june', 'depart_date.day_number': 'sixteenth'}" +please list all the flights from chicago to kansas city on june seventeenth,"[[FUNCTION]] get_flight {'fromloc.city_name': 'chicago', 'toloc.city_name': 'kansas city', 'depart_date.month_name': 'june', 'depart_date.day_number': 'seventeenth'}" +i 'd like to travel from burbank to milwaukee,"[[FUNCTION]] get_flight {'fromloc.city_name': 'burbank', 'toloc.city_name': 'milwaukee'}" +can you find me a flight from salt lake city to new york city next saturday before arriving before 6 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'new york city', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'saturday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '6 pm'}" +can you find me another flight from cincinnati to new york on saturday before 6 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'new york', 'depart_date.day_name': 'saturday', 'depart_time.time_relative': 'before', 'depart_time.time': '6 pm'}" +can you list all of the delta flights from salt lake city to new york next saturday arriving before 6 pm,"[[FUNCTION]] get_flight {'airline_name': 'delta', 'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'new york', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'saturday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '6 pm'}" +i 'd like to fly from miami to chicago on on american airlines arriving around 5 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'chicago', 'airline_name': 'american airlines', 'arrive_time.time_relative': 'around', 'arrive_time.time': '5 pm'}" +i 'd like to travel from kansas city to chicago next wednesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'wednesday'}" +i 'd like a round trip flight from kansas city to chicago on wednesday may twenty sixth arriving at 7 pm,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago', 'depart_date.day_name': 'wednesday', 'depart_date.month_name': 'may', 'depart_date.day_number': 'twenty sixth', 'arrive_time.time': '7 pm'}" +yes i 'd like to find a flight from memphis to tacoma stopping in los angeles,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'tacoma', 'stoploc.city_name': 'los angeles'}" +find flight from san diego to phoenix on monday am,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'am'}" +find flight from phoenix to detroit on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'detroit', 'depart_date.day_name': 'monday'}" +find flight from detroit to san diego on tuesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'detroit', 'toloc.city_name': 'san diego', 'depart_date.day_name': 'tuesday'}" +find flight from cincinnati to san jose on monday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'san jose', 'depart_date.day_name': 'monday'}" +find flight from san jose to houston on wednesday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'san jose', 'toloc.city_name': 'houston', 'depart_date.day_name': 'wednesday'}" +find flight from houston to memphis on friday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'memphis', 'depart_date.day_name': 'friday'}" +find flight from memphis to cincinnati on sunday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'cincinnati', 'depart_date.day_name': 'sunday'}" +find american flight from newark to nashville around 630 pm,"[[FUNCTION]] get_flight {'airline_name': 'american', 'fromloc.city_name': 'newark', 'toloc.city_name': 'nashville', 'depart_time.time_relative': 'around', 'depart_time.time': '630 pm'}" +please find a flight round trip from los angeles to tacoma washington with a stopover in san francisco not exceeding the price of 300 dollars for june tenth 1993,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'los angeles', 'toloc.city_name': 'tacoma', 'toloc.state_name': 'washington', 'stoploc.city_name': 'san francisco', 'cost_relative': 'not exceeding', 'fare_amount': '300 dollars', 'depart_date.month_name': 'june', 'depart_date.day_number': 'tenth', 'depart_date.year': '1993'}" +are there any flights on june tenth from burbank to tacoma,"[[FUNCTION]] get_flight {'depart_date.month_name': 'june', 'depart_date.day_number': 'tenth', 'fromloc.city_name': 'burbank', 'toloc.city_name': 'tacoma'}" +please find a flight from ontario to westchester that makes a stop in chicago on may seventeenth one way with dinner,"[[FUNCTION]] get_flight {'fromloc.city_name': 'ontario', 'toloc.city_name': 'westchester', 'stoploc.city_name': 'chicago', 'depart_date.month_name': 'may', 'depart_date.day_number': 'seventeenth', 'round_trip': 'one way', 'meal_description': 'dinner'}" +like to book a flight from burbank to milwaukee,"[[FUNCTION]] get_flight {'fromloc.city_name': 'burbank', 'toloc.city_name': 'milwaukee'}" +show me all the flights from burbank to milwaukee,"[[FUNCTION]] get_flight {'fromloc.city_name': 'burbank', 'toloc.city_name': 'milwaukee'}" +find me all the flights from milwaukee to st. louis,"[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'city_name': 'st. louis'}" +now show me all the flights from st. louis to burbank,"[[FUNCTION]] get_flight {'city_name': 'st. louis', 'toloc.city_name': 'burbank'}" +is there one airline that flies from burbank to milwaukee milwaukee to st. louis and from st. louis to burbank,"[[FUNCTION]] get_airline {'fromloc.city_name': 'st. louis', 'toloc.city_name': 'burbank'}" +find me all the round trip flights from burbank to milwaukee stopping in st. louis,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'burbank', 'toloc.city_name': 'milwaukee', 'stoploc.city_name': 'st. louis'}" +i 'd like to book two flights to westchester county,[[FUNCTION]] get_flight {'toloc.city_name': 'westchester county'} +i want to book a flight from salt lake city to westchester county,"[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'westchester county'}" +tell me all the airports near westchester county,[[FUNCTION]] get_airport {'city_name': 'westchester county'} +i 'd like to book a flight from cincinnati to new york city on united airlines for next saturday,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'new york city', 'airline_name': 'united airlines', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'saturday'}" +tell me all the airports in the new york city area,[[FUNCTION]] get_airport {'city_name': 'new york city'} +please find all the flights from cincinnati to any airport in the new york city area that arrive next saturday before 6 pm,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'new york city', 'arrive_date.date_relative': 'next', 'arrive_date.day_name': 'saturday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '6 pm'}" +find me a flight from cincinnati to any airport in the new york city area,"[[FUNCTION]] get_flight {'fromloc.city_name': 'cincinnati', 'toloc.city_name': 'new york city'}" +i 'd like to fly from miami to chicago on american airlines,"[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'chicago', 'airline_name': 'american airlines'}" +i would like to book a round trip flight from kansas city to chicago,"[[FUNCTION]] get_flight {'round_trip': 'round trip', 'fromloc.city_name': 'kansas city', 'toloc.city_name': 'chicago'}" +find me a flight that flies from memphis to tacoma,"[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'tacoma'}"