{"question": "h\u1ee7y cu\u1ed9c h\u1ecdp ng\u00e0y mai kh\u1ecfi l\u1ecbch c\u1ee7a t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7087", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"event_name": ["cu\u1ed9c h\u1ecdp"], "date": ["ng\u00e0y mai"], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "c\u00f3 s\u1ef1 ki\u1ec7n th\u00fa v\u1ecb n\u00e0o \u1edf \u0111\u00f4\u0301ng \u0111a h\u00f4m nay kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12008", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.events": {"place_name": ["\u0111\u00f4\u0301ng \u0111a"], "date": ["h\u00f4m nay"], "business_name": [""], "event_name": [""], "time": ["", "today"], "timeofday": [""]}}} {"question": "b\u1eadt s\u00e1ng \u0111\u00e8n trong pho\u0300ng kha\u0301ch", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5574", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"house_place": ["pho\u0300ng kha\u0301ch"], "change_amount": ["", "20 percent"], "device_type": ["", "all"]}}} {"question": "ti\u1ebfp t\u1ee5c ph\u00e1t \u0111\u00f4ng ki\u1ebfm em", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9795", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"player_setting": ["ti\u1ebfp t\u1ee5c ph\u00e1t"], "song_name": ["\u0111\u00f4ng ki\u1ebfm em"], "artist_name": [""], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "music_genre": [""], "playlist_name": [""]}}} {"question": "vui l\u00f2ng b\u1eadt loa c\u1ee7a t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4702", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_up": {}}} {"question": "ch\u01a1i tr\u00f2 ch\u01a1i v\u01a1\u0301i t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10247", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": [""]}}} {"question": "b\u1eaft \u0111\u1ea7u pha ca\u0300 ph\u00ea v\u00e0o l\u00fac sa\u0301u gi\u01a1\u0300 sa\u0301ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2288", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"time": ["sa\u0301u gi\u01a1\u0300 sa\u0301ng"], "coffee_type": ["", "cappuccino"], "date": ["", "today"], "device_type": ["", "coffee machine"]}}} {"question": "vui l\u00f2ng gi\u1ea3m \u00e2m l\u01b0\u1ee3ng loa", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1352", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_down": {}}} {"question": "t\u00f4i \u0111ang c\u00f3 bao nhi\u00eau danh s\u00e1ch", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11075", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"date": [""], "list_name": [""]}}} {"question": "cho t\u00f4i tin t\u1ee9c ph\u1ed5 bi\u1ebfn tr\u00ean k\u00eanh m\u01b0\u1eddi b\u1ed1n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5297", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"media_type": ["k\u00eanh m\u01b0\u1eddi b\u1ed1n"], "date": ["", "today"], "news_topic": [""], "person": [""], "place_name": [""]}}} {"question": "\u0111\u1eebng t\u1ea1o b\u1ea5t k\u1ef3 \u00e2m thanh n\u00e0o cho \u0111\u1ebfn b\u00e1o th\u1ee9c bu\u1ed5i s\u00e1ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1509", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"timeofday": ["bu\u1ed5i s\u00e1ng"], "date": [""], "time": [""]}}} {"question": "\u0111\u00e2y la\u0300 ban nha\u0323c tuy\u00ea\u0323t nh\u00e2\u0301t t\u01b0\u0300 tr\u01b0\u01a1\u0301c t\u01a1\u0301i gi\u01a1\u0300", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4672", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "b\u00e0i n\u00e0y c\u1ee7a m\u1ef9 t\u00e2m ph\u1ea3i kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5554", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": ["m\u1ef9 t\u00e2m"], "song_name": [""]}}} {"question": "t\u1ef7 gi\u00e1 \u0111\u00f4 la hi\u1ec7n t\u1ea1i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13982", "language": "Python", "test_category": "multiple_function", "gt": {"qa.currency": {"query": ["t\u1ef7 gi\u00e1 \u0111\u00f4 la hi\u1ec7n t\u1ea1i"]}}} {"question": "t\u00f4i \u0111\u00e3 nh\u1eadn \u0111\u01b0\u1ee3c b\u1ea5t k\u1ef3 th\u01b0 \u0111i\u1ec7n t\u1eed n\u00e0o k\u1ec3 t\u1eeb tr\u01b0a nay kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16799", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"timeofday": ["tr\u01b0a"], "business_name": [""], "date": [""], "email_folder": [""], "event_name": [""], "person": [""], "relation": [""], "time": [""]}}} {"question": "c\u00e0i \u0111\u1eb7t b\u00e1o th\u1ee9c v\u00e0o b\u1ea3y gi\u1edd s\u00e1ng th\u1ee9 n\u0103m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "174", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"time": ["b\u1ea3y gi\u1edd s\u00e1ng"], "date": ["th\u1ee9 n\u0103m"], "timeofday": [""]}}} {"question": "t\u00f4i c\u00e2\u0300n thay \u0111\u00f4\u0309i ma\u0300u \u0111e\u0300n ng\u00f4i nha\u0300 cu\u0309a t\u00f4i tha\u0300nh ma\u0300u xanh d\u01b0\u01a1ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2283", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightchange": {"house_place": ["nha\u0300"], "color_type": ["xanh d\u01b0\u01a1ng"], "time": ["", "now"]}}} {"question": "vui l\u00f2ng b\u1eadt m\u00e1y h\u00fat b\u1ee5i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "635", "language": "Python", "test_category": "multiple_function", "gt": {"iot.cleaning": {"device_type": ["m\u00e1y h\u00fat b\u1ee5i"], "general_frequency": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "gia\u0309m c\u01b0\u1eddng \u0111\u1ed9 cu\u0309a \u0111e\u0300n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5165", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightdim": {"change_amount": ["", "20 percent"], "house_place": [""]}}} {"question": "t\u00ecnh h\u00ecnh giao th\u00f4ng tr\u00ean \u0111\u01b0\u1eddng \u0111i l\u00e0m v\u1ec1 nh\u00e0 c\u1ee7a t\u00f4i l\u00fac n\u0103m gi\u1edd nh\u01b0 th\u1ebf n\u00e0o", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12240", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"place_name": ["nh\u00e0"], "time": ["n\u0103m gi\u1edd"], "business_name": [""], "business_type": [""], "date": ["", "today"], "timeofday": [""], "transport_name": [""], "transport_type": [""]}}} {"question": "th\u00eam v\u0169 v\u00e0o danh s\u00e1ch li\u00ean h\u1ec7 c\u1ee7a t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10996", "language": "Python", "test_category": "multiple_function", "gt": {"lists.createoradd": {"person": ["v\u0169"], "list_name": ["danh s\u00e1ch li\u00ean h\u1ec7"], "event_name": [""]}}} {"question": "t\u00f4i c\u1ea7n m\u1ed9t chuy\u1ebfn \u0111i v\u1ec1 nh\u00e0", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12548", "language": "Python", "test_category": "multiple_function", "gt": {"transport.taxi": {"place_name": ["nh\u00e0"], "date": ["", "today"], "time": ["", "now"], "timeofday": [""], "transport_agency": [""], "transport_type": [""]}}} {"question": "tr\u1eadn b\u00f3ng \u0111\u00e1 t\u1ed1i nay di\u1ec5n ra l\u00fac m\u1ea5y gi\u1edd", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7889", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"event_name": ["tr\u1eadn b\u00f3ng \u0111\u00e1"], "timeofday": ["t\u1ed1i nay"], "date": ["", "today"], "person": [""], "relation": [""], "time": [""]}}} {"question": "c\u1ed5 phi\u1ebfu t\u0103ng hay gi\u1ea3m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14904", "language": "Python", "test_category": "multiple_function", "gt": {"qa.stock": {"business_name": ["", "dow jones"], "date": ["", "today"]}}} {"question": "m\u1ea5y gi\u1edd r\u1ed3i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "197", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"date": [""], "place_name": ["", "current"], "time_zone": ["", "current"]}}} {"question": "m\u01a1\u0309 cu\u00f4\u0301n sa\u0301ch tr\u1ea7n tr\u1ee5i gi\u1eefa b\u1ea7y s\u00f3i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9856", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"audiobook_name": ["tr\u1ea7n tr\u1ee5i gi\u1eefa b\u1ea7y s\u00f3i"], "audiobook_author": [""], "media_type": [""], "player_setting": [""]}}} {"question": "vui l\u00f2ng t\u1eaft ngu\u1ed3n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4024", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_off": {"device_type": [""]}}} {"question": "tr\u01a1\u0300i se\u0303 no\u0301ng \u00e2\u0309m ban \u0111\u00eam pha\u0309i kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6023", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["no\u0301ng \u00e2\u0309m"], "timeofday": ["\u0111\u00eam"], "date": ["", "today"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"]}}} {"question": "t\u00ecm tr\u1ea7n \u0111\u1ee9c huy trong danh b\u1ea1", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15946", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"person": ["tr\u1ea7n \u0111\u1ee9c huy"], "business_name": [""], "personal_info": [""], "relation": [""]}}} {"question": "ki\u1ec3m tra t\u1ea5t c\u1ea3 gi\u00e1 v\u00e9 v\u00e0 s\u1ed1 l\u01b0\u1ee3ng c\u00f2n s\u1eb5n c\u1ee7a b\u1ed9 phim m\u1edbi chi\u1ebfu \u1edf khu c\u1ee7a t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13181", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.movies": {"business_type": [""], "date": ["", "today"], "movie_name": [""], "movie_type": [""], "time": ["", "now"], "timeofday": [""]}}} {"question": "vui l\u00f2ng ki\u1ec3m tra m\u1ea1ng x\u00e3 h\u1ed9i c\u1ee7a t\u00f4i v\u00e0 cho t\u00f4i bi\u1ebft chuy\u1ec7n g\u00ec \u0111ang x\u1ea3y ra", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15274", "language": "Python", "test_category": "multiple_function", "gt": {"social.query": {"media_type": [""], "person": [""], "relation": [""]}}} {"question": "t\u0103\u0301t ca\u0301c \u0111e\u0300n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "730", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"device_type": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "ch\u01a1i cho t\u00f4i ch\u01b0\u01a1ng tr\u00ecnh ph\u00e1t thanh c\u1ee7a b\u00ecnh minh", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11368", "language": "Python", "test_category": "multiple_function", "gt": {"play.podcasts": {"person": ["c\u1ee7a b\u00ecnh minh"], "player_setting": [""], "podcast_descriptor": [""], "podcast_name": [""]}}} {"question": "k\u00edch ho\u1ea1t \u1ed5 c\u1eafm c\u1ee7a t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "322", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_on": {"device_type": ["\u1ed5 c\u1eafm"]}}} {"question": "cho t\u00f4i bi\u1ebft giao th\u00f4ng trong th\u00e0nh ph\u1ed1", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12254", "language": "Python", "test_category": "multiple_function", "gt": {"transport.traffic": {"place_name": ["th\u00e0nh ph\u1ed1"], "time": ["", "now"]}}} {"question": "x\u00f3a b\u00e1o th\u1ee9c m\u1edbi nh\u1ea5t", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3435", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"date": [""], "time": [""]}}} {"question": "m\u01b0\u1eddi hai chia cho b\u1ed1n l\u00e0 g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13459", "language": "Python", "test_category": "multiple_function", "gt": {"qa.maths": {"query": ["m\u01b0\u1eddi hai chia cho b\u1ed1n l\u00e0 g\u00ec"]}}} {"question": "\u0111\u1ecbnh ngh\u0129a loa", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15127", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["loa"]}}} {"question": "cho\u0323c t\u00f4i c\u01b0\u01a1\u0300i \u0111i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "122", "language": "Python", "test_category": "multiple_function", "gt": {"general.joke": {"joke_type": ["", "random"]}}} {"question": "cho t\u00f4i xin danh s\u00e1ch c\u00e1c kh\u00e1ch s\u1ea1n n\u0103m sao \u1edf h\u00e0 n\u1ed9i \u0111\u01b0\u1ee3c kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10497", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["cho t\u00f4i xin danh s\u00e1ch c\u00e1c kh\u00e1ch s\u1ea1n n\u0103m sao \u1edf h\u00e0 n\u1ed9i \u0111\u01b0\u1ee3c kh\u00f4ng"]}}} {"question": "t\u00f4i n\u00ean n\u1ea5u g\u00ec cho b\u1eefa t\u1ed1i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10061", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"meal_type": ["b\u1eefa t\u1ed1i"], "app_name": [""], "cooking_type": [""], "device_type": [""], "food_type": [""], "media_type": [""]}}} {"question": "t\u00f4i c\u1ea7n c\u00f3 m\u1ed9t v\u00e9 t\u00e0u h\u1ecfa \u0111\u1ebfn h\u1ea3i ph\u00f2ng t\u1eeb nha trang", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12606", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"transport_type": ["t\u00e0u h\u1ecfa"], "place_name": ["h\u1ea3i ph\u00f2ng t\u1eeb nha trang"], "date": ["", "today"], "time": [""], "timeofday": [""], "transport_descriptor": [""], "transport_name": [""]}}} {"question": "\u0111\u00e1nh d\u1ea5u ng\u00e0y hai m\u01b0\u01a1i th\u00e1ng t\u01b0 l\u00e0 sinh nh\u1eadt c\u1ee7a anh trai t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7654", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"date": ["ng\u00e0y hai m\u01b0\u01a1i th\u00e1ng t\u01b0"], "event_name": ["sinh nh\u1eadt"], "relation": ["c\u1ee7a anh trai"], "business_name": [""], "general_frequency": [""], "meal_type": [""], "person": [""], "place_name": [""], "time": [""], "timeofday": [""]}}} {"question": "x\u00f3a danh s\u00e1ch c\u00f3 t\u00ean th\u1eddi gian ti\u1ec7c t\u00f9ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10655", "language": "Python", "test_category": "multiple_function", "gt": {"lists.remove": {"list_name": ["th\u1eddi gian ti\u1ec7c t\u00f9ng"], "date": [""]}}} {"question": "t\u00f4i \u0111\u00e3 \u0111\u1eb7t l\u1eddi nh\u1eafc n\u00e0o", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1483", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"alarm_type": [""], "date": [""], "event_name": [""], "time": [""], "timeofday": [""]}}} {"question": "g\u01b0\u0309i th\u01b0 t\u01a1\u0301i li\u00ean v\u00ea\u0300 li\u0323ch khai tr\u01b0\u01a1ng v\u0103n pho\u0300ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16045", "language": "Python", "test_category": "multiple_function", "gt": {"email.sendemail": {"person": ["li\u00ean"], "email_address": [""], "event_name": ["", "empty"], "relation": [""]}}} {"question": "n\u1ebfu n\u0103m gi\u1edd s\u00e1ng \u1edf h\u00e0 n\u1ed9i th\u00ec m\u1ea5y gi\u1edd \u1edf \u0111\u00e2y", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1266", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["n\u1ebfu n\u0103m gi\u1edd s\u00e1ng \u1edf h\u00e0 n\u1ed9i th\u00ec m\u1ea5y gi\u1edd \u1edf \u0111\u00e2y"]}}} {"question": "xo\u00e1 to\u00e0n b\u1ed9 ca\u0301c s\u01b0\u0323 ki\u00ea\u0323n kh\u1ecfi l\u1ecbch cu\u0309a t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "8666", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"date": [""], "event_name": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "t\u00ecm nha\u0300 thu\u00f4\u0301c \u1edf b\u0103\u0301c ninh", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11628", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.locations": {"business_type": ["nha\u0300 thu\u00f4\u0301c"], "place_name": ["b\u0103\u0301c ninh"], "business_name": [""], "food_type": [""]}}} {"question": "th\u00f4ng tin s\u1ef1 ki\u1ec7n s\u1eafp t\u1edbi", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "8822", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.events": {"business_name": [""], "date": ["", "today"], "event_name": [""], "place_name": ["", "users location"], "time": ["", "today"], "timeofday": [""]}}} {"question": "s\u00e1ng h\u01a1n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3595", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"change_amount": ["", "20 percent"], "device_type": ["", "all"], "house_place": ["", "all"]}}} {"question": "m\u01a1\u0309 ng\u01b0\u01a1\u0300i ha\u0303y qu\u00ean em \u0111i cu\u0309a my\u0303 t\u00e2m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3727", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"song_name": ["ng\u01b0\u01a1\u0300i ha\u0303y qu\u00ean em \u0111i"], "artist_name": ["my\u0303 t\u00e2m"], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "music_genre": [""], "player_setting": [""], "playlist_name": [""]}}} {"question": "n\u00f3i to l\u00ean", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3590", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_up": {}}} {"question": "ch\u01a1i bo\u0301ng \u0111a\u0301 v\u01a1\u0301i t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10319", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": ["bo\u0301ng \u0111a\u0301"]}}} {"question": "t\u00f4i c\u1ea7n m\u1ed9t ta\u0301ch ca\u0300 ph\u00ea", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2753", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"coffee_type": ["", "cappuccino"], "date": ["", "today"], "device_type": ["", "coffee machine"], "time": ["", "now"]}}} {"question": "n\u00f3i nh\u1ecf l\u1ea1i \u0111i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3486", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_down": {}}} {"question": "\u0111\u1ecdc l\u1ea1i danh s\u00e1ch t\u1ea1p h\u00f3a cho t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11250", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"list_name": ["t\u1ea1p h\u00f3a"], "date": [""]}}} {"question": "cho t\u00f4i bi\u1ebft tin t\u1ee9c m\u1edbi nh\u1ea5t v\u1ec1 m\u00f4i tr\u01b0\u1eddng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2594", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"news_topic": ["v\u1ec1 m\u00f4i tr\u01b0\u1eddng"], "date": ["", "today"], "media_type": [""], "person": [""], "place_name": [""]}}} {"question": "vui l\u00f2ng d\u1eebng n\u00f3i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5958", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"date": [""], "time": [""], "timeofday": [""]}}} {"question": "t\u00f4i mu\u1ed1n l\u01b0u nh\u1ea1c b\u1ea1n c\u00f3 th\u1ec3 l\u00e0m \u0111i\u1ec1u \u0111\u00f3 cho t\u00f4i kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "379", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "\u0111\u00e2y l\u00e0 b\u00e0i h\u00e1t n\u00e0o", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4560", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": [""], "song_name": [""]}}} {"question": "m\u1ed9t \u0111\u00f4 la l\u00e0 bao nhi\u00eau b\u1ea3ng anh", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15032", "language": "Python", "test_category": "multiple_function", "gt": {"qa.currency": {"query": ["m\u1ed9t \u0111\u00f4 la l\u00e0 bao nhi\u00eau b\u1ea3ng anh"]}}} {"question": "c\u00f3 b\u1ea5t k\u1ef3 th\u01b0 \u0111i\u1ec7n t\u1eed n\u00e0o \u0111\u1ebfn t\u1eeb h\u00f4m nay kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16668", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"date": ["h\u00f4m nay"], "business_name": [""], "email_folder": [""], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "c\u00e0i m\u1ed9t b\u00e1o th\u1ee9c v\u00e0o ng\u00e0y mai l\u00fac s\u00e1u gi\u1edd s\u00e1ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2166", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"date": ["ng\u00e0y mai"], "time": ["s\u00e1u gi\u1edd"], "timeofday": ["s\u00e1ng"]}}} {"question": "thay \u0111\u00f4\u0309i ma\u0300u \u0111e\u0300n cu\u0309a t\u00f4i tha\u0300nh ma\u0300u xanh d\u01b0\u01a1ng va\u0300 la\u0300m \u01a1n t\u0103\u0301t \u0111e\u0300n nha\u0300 b\u00ea\u0301p", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3050", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightchange": {"color_type": ["xanh d\u01b0\u01a1ng"], "house_place": ["nha\u0300 b\u00ea\u0301p"], "time": ["", "now"]}}} {"question": "b\u1eadt m\u00e1y h\u00fat b\u1ee5i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "290", "language": "Python", "test_category": "multiple_function", "gt": {"iot.cleaning": {"device_type": ["m\u00e1y h\u00fat b\u1ee5i"], "general_frequency": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "th\u01b0 vi\u1ec7n c\u00f4ng c\u1ed9ng \u1edf \u0111\u00e2u", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12800", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"business_type": ["th\u01b0 vi\u1ec7n c\u00f4ng c\u1ed9ng"], "business_name": [""], "date": ["", "today"], "place_name": [""], "time": ["", "now"], "timeofday": [""], "transport_name": [""], "transport_type": [""]}}} {"question": "vui l\u00f2ng th\u00eam danh s\u00e1ch nh\u1eefng th\u1ee9 c\u1ea7n mua cho bu\u1ed5i ti\u1ec7c", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10898", "language": "Python", "test_category": "multiple_function", "gt": {"lists.createoradd": {"event_name": ["bu\u1ed5i ti\u1ec7c"], "list_name": [""], "person": [""]}}} {"question": "cu\u1ed9c h\u1eb9n ti\u1ebfp theo c\u1ee7a t\u00f4i l\u00e0 v\u00e0o m\u1ea5y gi\u1edd", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "8043", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"event_name": ["cu\u1ed9c h\u1eb9n"], "date": ["", "today"], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "ng\u00e0y h\u00f4m nay l\u00e0 ng\u00e0y n\u00e0o", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1796", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"date": ["h\u00f4m nay"], "place_name": ["", "current"], "time_zone": ["", "current"]}}} {"question": "ph\u00e1t ti\u1ebfp tam qu\u1ed1c di\u1ec5n ngh\u0129a t\u1eadp b\u1ed1n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9720", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"player_setting": ["ph\u00e1t ti\u1ebfp"], "audiobook_name": ["tam qu\u1ed1c di\u1ec5n ngh\u0129a t\u1eadp b\u1ed1n"], "audiobook_author": [""], "media_type": [""]}}} {"question": "t\u0103\u0301t \u00f4\u0309 chuy\u00ea\u0309n \u0111\u00f4\u0309i th\u00f4ng minh", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3774", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_off": {"device_type": ["\u00f4\u0309 chuy\u00ea\u0309n \u0111\u00f4\u0309i th\u00f4ng minh"]}}} {"question": "nhi\u00ea\u0323t \u0111\u00f4\u0323 ngoa\u0300i tr\u01a1\u0300i nh\u01b0 th\u00ea\u0301 na\u0300o", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1513", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["nhi\u00ea\u0323t \u0111\u00f4\u0323"], "date": ["", "today"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""]}}} {"question": "ki\u1ec3m tra s\u1ed1 c\u1ee7a m\u1eb9", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16529", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"relation": ["c\u1ee7a m\u1eb9"], "business_name": [""], "person": [""], "personal_info": [""]}}} {"question": "g\u1ee3i \u00fd phim cho t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11862", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.movies": {"business_type": [""], "date": ["", "today"], "movie_name": [""], "movie_type": [""], "time": ["", "now"], "timeofday": [""]}}} {"question": "t\u0103\u0301t \u0111e\u0300n nha\u0300 b\u00ea\u0301p", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2230", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"house_place": ["nha\u0300 b\u00ea\u0301p"], "device_type": [""], "time": ["", "now"]}}} {"question": "nh\u1ea3y sang ch\u01b0\u01a1ng tr\u00ecnh ph\u00e1t thanh ti\u1ebfp theo", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11259", "language": "Python", "test_category": "multiple_function", "gt": {"play.podcasts": {"player_setting": ["nh\u1ea3y"], "podcast_descriptor": ["ch\u01b0\u01a1ng tr\u00ecnh ph\u00e1t thanh ti\u1ebfp theo"], "person": [""], "podcast_name": [""]}}} {"question": "b\u00e2\u0323t \u00f4\u0309 c\u0103\u0301m th\u00f4ng minh", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "389", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_on": {"device_type": ["\u00f4\u0309 c\u0103\u0301m th\u00f4ng minh"]}}} {"question": "t\u00ecnh h\u00ecnh giao th\u00f4ng ngay l\u00fac n\u00e0y", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12685", "language": "Python", "test_category": "multiple_function", "gt": {"transport.traffic": {"place_name": ["", "current location, work"], "time": ["", "now"]}}} {"question": "h\u1ee7y ba\u0301o th\u01b0\u0301c l\u00fac ba\u0309y gi\u01a1\u0300 sa\u0301ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "59", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"time": ["ba\u0309y gi\u01a1\u0300 sa\u0301ng"], "date": [""]}}} {"question": "m\u1ed9t c\u1ed9ng hai b\u1eb1ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14025", "language": "Python", "test_category": "multiple_function", "gt": {"qa.maths": {"query": ["m\u1ed9t c\u1ed9ng hai b\u1eb1ng"]}}} {"question": "g\u1eedi cho t\u00f4i m\u00f4 t\u1ea3 c\u1ee7a m\u1ea1ch ti vi", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14591", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["m\u1ea1ch ti vi"]}}} {"question": "t\u00ecm chi ti\u1ebft \u0111\u1ecba l\u00fd c\u1ee7a n\u01a1i n\u00e0y", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14539", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["t\u00ecm chi ti\u1ebft \u0111\u1ecba l\u00fd c\u1ee7a n\u01a1i n\u00e0y"]}}} {"question": "b\u1ea1n c\u00f3 bi\u1ebft c\u00f4ng th\u1ee9c l\u00e0m b\u00e1nh x\u00e8o kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10100", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"food_type": ["b\u00e1nh x\u00e8o"], "app_name": [""], "cooking_type": [""], "device_type": [""], "media_type": [""]}}} {"question": "th\u00eam m\u1ed9t nh\u1eafc nh\u1edf v\u1ec1 h\u1ed9i ngh\u1ecb ng\u00e0y mai t\u1ea1i c\u1ea7n th\u01a1", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6973", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"event_name": ["h\u1ed9i ngh\u1ecb"], "date": ["ng\u00e0y mai"], "place_name": ["c\u1ea7n th\u01a1"], "business_name": [""], "general_frequency": [""], "meal_type": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "b\u1ecf danh s\u00e1ch c\u1ee7a t\u00f4i \u0111i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11168", "language": "Python", "test_category": "multiple_function", "gt": {"lists.remove": {"date": [""], "list_name": [""]}}} {"question": "t\u00f4i c\u00f3 b\u1ea5t k\u1ef3 b\u00e1o th\u1ee9c n\u00e0o \u0111\u1eb7t l\u00fac s\u00e1u gi\u1edd s\u00e1ng ng\u00e0y mai kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3161", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"time": ["s\u00e1u gi\u1edd s\u00e1ng"], "date": ["ng\u00e0y mai"], "alarm_type": [""], "event_name": [""], "timeofday": [""]}}} {"question": "b\u00e2y gi\u1edd l\u00e0 b\u1ea3y gi\u1edd s\u00e1ng theo mu\u0301i gi\u1edd th\u00e1i b\u00ecnh d\u01b0\u01a1ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2309", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["b\u00e2y gi\u1edd l\u00e0 b\u1ea3y gi\u1edd s\u00e1ng theo mu\u0301i gi\u1edd th\u00e1i b\u00ecnh d\u01b0\u01a1ng"]}}} {"question": "x\u00f3a chuy\u1ebfn \u0111i mua s\u1eafm m\u00e0 t\u00f4i \u0111\u00e3 l\u00ean l\u1ecbch v\u00e0o hai m\u01b0\u01a1i ba th\u00e1ng ba", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "8771", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"event_name": ["chuy\u1ebfn \u0111i mua s\u1eafm"], "date": ["hai m\u01b0\u01a1i ba th\u00e1ng ba"], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "c\u1eeda h\u00e0ng pizza g\u1ea7n nh\u1ea5t l\u00e0 g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13031", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.locations": {"business_type": ["c\u1eeda h\u00e0ng pizza"], "business_name": [""], "food_type": [""], "place_name": ["", "users location"]}}} {"question": "c\u00f3 l\u1ec5 h\u1ed9i \u1ea9m th\u1ef1c trong v\u00f9ng kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11875", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.events": {"event_name": ["l\u1ec5 h\u1ed9i \u1ea9m th\u1ef1c"], "business_name": [""], "date": ["", "today"], "place_name": ["", "users location"], "time": ["", "today"], "timeofday": [""]}}} {"question": "t\u00f4i kh\u00f4ng nh\u00ecn th\u1ea5y g\u00ec vui l\u00f2ng m\u1edf \u0111\u00e8n l\u00ean", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2234", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"change_amount": ["", "20 percent"], "device_type": ["", "all"], "house_place": ["", "all"]}}} {"question": "ha\u0303y pha\u0301t g\u01b0\u0309i ng\u01b0\u01a1\u0300i y\u00eau cu\u0303 cu\u0309a h\u00f4\u0300 ngo\u0323c ha\u0300", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3539", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"song_name": ["g\u01b0\u0309i ng\u01b0\u01a1\u0300i y\u00eau cu\u0303"], "artist_name": ["h\u00f4\u0300 ngo\u0323c ha\u0300"], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "music_genre": [""], "player_setting": [""], "playlist_name": [""]}}} {"question": "ch\u01a1i c\u1edd vua", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10355", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": ["c\u1edd vua"]}}} {"question": "chu\u1ea9n b\u1ecb cho t\u00f4i m\u1ed9t c\u1ed1c c\u00e0 ph\u00ea", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4988", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"coffee_type": ["", "cappuccino"], "date": ["", "today"], "device_type": ["", "coffee machine"], "time": ["", "now"]}}} {"question": "gi\u1ea3m \u00e2m l\u01b0\u1ee3ng loa", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3809", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_down": {}}} {"question": "c\u00f3 g\u00ec trong danh s\u00e1ch vi\u1ec7c c\u1ea7n l\u00e0m c\u1ee7a t\u00f4i h\u00f4m nay", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10679", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"list_name": ["vi\u1ec7c c\u1ea7n l\u00e0m"], "date": ["h\u00f4m nay"]}}} {"question": "tin t\u1ee9c m\u1edbi nh\u1ea5t c\u1ee7a b\u00e1o m\u1edbi", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3603", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"media_type": ["b\u00e1o m\u1edbi"], "date": ["", "today"], "news_topic": [""], "person": [""], "place_name": [""]}}} {"question": "vui l\u00f2ng t\u1eaft ti\u1ebfng trong n\u0103m ph\u00fat", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6166", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"time": ["n\u0103m ph\u00fat"], "date": [""], "timeofday": [""]}}} {"question": "t\u00f4i thi\u0301ch ba\u0300i ha\u0301t na\u0300y la\u0300m \u01a1n l\u01b0u no\u0301", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "931", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "b\u00e0i h\u00e1t ph\u1ed5 bi\u1ebfn nh\u1ea5t c\u1ee7a my\u0303 t\u00e2m l\u00e0 g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13855", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": ["my\u0303 t\u00e2m"], "song_name": [""]}}} {"question": "ki\u1ec3m tra cho t\u00f4i bi\u1ebft c\u00f3 b\u1ea5t k\u1ef3 th\u01b0 \u0111i\u1ec7n t\u1eed m\u1edbi n\u00e0o t\u1eeb b\u1ed1 c\u1ee7a t\u00f4i kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15890", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"relation": ["b\u1ed1"], "business_name": [""], "date": [""], "email_folder": [""], "event_name": [""], "person": [""], "time": [""], "timeofday": [""]}}} {"question": "vui l\u00f2ng c\u00e1i b\u00e1o th\u1ee9c th\u1ee9 s\u00e1u tu\u1ea7n t\u1edbi l\u00fac s\u00e1u gi\u1edd r\u01b0\u1ee1i s\u00e1ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2564", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"date": ["th\u1ee9 s\u00e1u"], "time": ["s\u00e1u gi\u1edd r\u01b0\u1ee1i s\u00e1ng"], "timeofday": [""]}}} {"question": "thay \u0111\u00f4\u0309i \u0111e\u0300n tha\u0300nh ma\u0300u h\u00f4\u0300ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1960", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightchange": {"color_type": ["h\u00f4\u0300ng"], "house_place": [""], "time": ["", "now"]}}} {"question": "l\u00e0m th\u1ebf n\u00e0o \u0111\u1ec3 t\u00f4i \u0111\u1ebfn trung t\u00e2m th\u01b0\u01a1ng m\u1ea1i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12817", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"place_name": ["trung t\u00e2m th\u01b0\u01a1ng m\u1ea1i"], "business_name": [""], "business_type": [""], "date": ["", "today"], "time": ["", "now"], "timeofday": [""], "transport_name": [""], "transport_type": [""]}}} {"question": "t\u1ea1o m\u1ed9t danh s\u00e1ch c\u00f3 s\u1eb5n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10636", "language": "Python", "test_category": "multiple_function", "gt": {"lists.createoradd": {"event_name": [""], "list_name": [""], "person": [""]}}} {"question": "k\u1ebf ho\u1ea1ch nga\u0300y mai", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7569", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"date": ["nga\u0300y mai"], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "b\u00e2y gi\u1edd l\u00e0 m\u1ea5y gi\u1edd", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1252", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"date": [""], "place_name": ["", "current"], "time_zone": ["", "current"]}}} {"question": "m\u01a1\u0309 tam qu\u1ed1c di\u1ec5n ngh\u0129a", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9746", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"audiobook_name": ["tam qu\u1ed1c di\u1ec5n ngh\u0129a"], "audiobook_author": [""], "media_type": [""], "player_setting": [""]}}} {"question": "t\u00f4i c\u00f3 c\u1ea7n kem ch\u1ed1ng n\u1eafng v\u00e0o chi\u1ec1u nay kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6025", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["kem ch\u1ed1ng n\u1eafng"], "timeofday": ["chi\u1ec1u nay"], "date": ["", "today"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"]}}} {"question": "ch\u00fang ta c\u00f3 s\u1ed1 \u0111i\u1ec7n tho\u1ea1i v\u0103n ph\u00f2ng c\u1ee7a lan kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16983", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"personal_info": ["s\u1ed1 \u0111i\u1ec7n tho\u1ea1i v\u0103n ph\u00f2ng"], "person": ["c\u1ee7a lan"], "business_name": [""], "relation": [""]}}} {"question": "h\u00f4m nay t\u00f4i n\u00ean xem phim n\u00e0o", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11634", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.movies": {"date": ["h\u00f4m nay"], "business_type": [""], "movie_name": [""], "movie_type": [""], "time": ["", "now"], "timeofday": [""]}}} {"question": "t\u0103\u0301t \u0111\u00e8n v\u0103n pho\u0300ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2965", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"house_place": ["v\u0103n pho\u0300ng"], "device_type": [""], "time": ["", "now"]}}} {"question": "t\u00f4i mu\u00f4\u0301n nghe podcast g\u00e2\u0300n nh\u00e2\u0301t cu\u0309a vov", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11451", "language": "Python", "test_category": "multiple_function", "gt": {"play.podcasts": {"podcast_name": ["vov"], "person": [""], "player_setting": [""], "podcast_descriptor": [""]}}} {"question": "b\u1ea3n tin giao th\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12869", "language": "Python", "test_category": "multiple_function", "gt": {"transport.traffic": {"place_name": ["", "current location, work"], "time": ["", "now"]}}} {"question": "t\u1eaft b\u00e1o th\u1ee9c", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1774", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"date": [""], "time": [""]}}} {"question": "cho th\u00f4ng tin chi ti\u1ebft v\u1ec1 c\u00e1t \u0111\u00e1", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14115", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["c\u00e1t \u0111\u00e1"]}}} {"question": "k\u1ec3 cho t\u00f4i t\u1ea5t c\u1ea3 nh\u1eefng g\u00ec b\u1ea1n bi\u1ebft v\u1ec1 con l\u01b0\u1eddi", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14001", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["k\u1ec3 cho t\u00f4i t\u1ea5t c\u1ea3 nh\u1eefng g\u00ec b\u1ea1n bi\u1ebft v\u1ec1 con l\u01b0\u1eddi"]}}} {"question": "cho t\u00f4i h\u01b0\u1edbng d\u1eabn n\u1ea5u \u0103n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9952", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"app_name": [""], "cooking_type": [""], "device_type": [""], "food_type": [""], "media_type": [""]}}} {"question": "b\u1ea1n c\u00f3 th\u1ec3 \u0111\u1eb7t gi\u00fap t\u00f4i v\u00e9 t\u00e0u cho hai ng\u01b0\u1eddi v\u00e0o th\u1ee9 s\u00e1u n\u00e0y kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12340", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"transport_type": ["t\u00e0u"], "date": ["th\u1ee9 s\u00e1u"], "place_name": [""], "time": [""], "timeofday": [""], "transport_descriptor": [""], "transport_name": [""]}}} {"question": "nh\u1eafc t\u00f4i ki\u1ec3m tra m\u00f3n h\u1ea7m l\u00fac s\u00e1u gi\u1edd", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7355", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"event_name": ["ki\u1ec3m tra m\u00f3n h\u1ea7m"], "time": ["s\u00e1u"], "business_name": [""], "date": [""], "general_frequency": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "timeofday": [""]}}} {"question": "x\u00f3a danh s\u00e1ch c\u00e1c ho\u1ea1t \u0111\u1ed9ng c\u1ee7a t\u00f4i h\u00f4m nay", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10786", "language": "Python", "test_category": "multiple_function", "gt": {"lists.remove": {"list_name": ["ho\u1ea1t \u0111\u1ed9ng"], "date": ["h\u00f4m nay"]}}} {"question": "khi n\u00e0o b\u00e1o th\u1ee9c c\u1ee7a t\u00f4i k\u00eau", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1862", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"alarm_type": [""], "date": [""], "event_name": [""], "time": [""], "timeofday": [""]}}} {"question": "th\u1eddi gian gi\u1eefa vi\u1ec7t nam v\u00e0 th\u00e1i lan", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5332", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["th\u1eddi gian gi\u1eefa vi\u1ec7t nam v\u00e0 th\u00e1i lan"]}}} {"question": "h\u1ee7y k\u1ebf ho\u1ea1ch \u0111\u00f3n b\u1ed1 m\u1eb9 t\u00f4i \u1edf s\u00e2n bay", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9182", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"event_name": ["\u0111\u00f3n b\u1ed1 m\u1eb9 t\u00f4i"], "place_name": ["s\u00e2n bay"], "date": [""], "meal_type": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "tr\u1ea1m x\u0103ng g\u1ea7n nh\u1ea5t \u1edf \u0111\u00e2u", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12409", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.locations": {"business_type": ["tr\u1ea1m x\u0103ng"], "business_name": [""], "food_type": [""], "place_name": ["", "users location"]}}} {"question": "vui l\u00f2ng th\u00eam \u00e1nh s\u00e1ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1804", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"change_amount": ["", "20 percent"], "device_type": ["", "all"], "house_place": ["", "all"]}}} {"question": "ph\u00e1t nh\u1ea1c b\u1ee9c t\u01b0\u1eddng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1995", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"artist_name": ["b\u1ee9c t\u01b0\u1eddng"], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "music_genre": [""], "player_setting": [""], "playlist_name": [""], "song_name": [""]}}} {"question": "ch\u01a1i \u0111ua xe", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10350", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": ["\u0111ua xe"]}}} {"question": "danh s\u00e1ch hi\u1ec7n t\u1ea1i c\u1ee7a t\u00f4i g\u1ed3m nh\u1eefng g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11107", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"list_name": ["hi\u1ec7n t\u1ea1i"], "date": [""]}}} {"question": "c\u00f3 tin t\u1ee9c g\u00ec m\u1edbi kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4023", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"date": ["", "today"], "media_type": [""], "news_topic": [""], "person": [""], "place_name": [""]}}} {"question": "\u0111\u1eebng c\u00f3 g\u00e2y ti\u1ebfng \u0111\u1ed9ng g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5550", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"date": [""], "time": [""], "timeofday": [""]}}} {"question": "nh\u1eafc t\u00f4i nh\u1edb r\u1eb1ng t\u00f4i th\u00edch b\u00e0i h\u00e1t \u0111\u00f3", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1527", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "ai h\u00e1t b\u00e0i h\u00e1t v\u00ea\u0300 ng\u01b0\u01a1\u0300i la\u0301i \u0111o\u0300", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1176", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"song_name": ["ng\u01b0\u01a1\u0300i la\u0301i \u0111o\u0300"], "artist_name": [""]}}} {"question": "my \u0111\u00e3 g\u1eedi b\u1ea5t k\u1ef3 th\u01b0 \u0111i\u1ec7n t\u1eed n\u00e0o cho t\u00f4i kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16096", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"person": ["my"], "business_name": [""], "date": [""], "email_folder": [""], "event_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "t\u00f4i c\u1ea7n th\u1ee9c d\u1eady l\u00fac m\u01b0\u1eddi gi\u1edd ng\u00e0y mai", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4319", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"time": ["m\u01b0\u1eddi gi\u1edd"], "date": ["ng\u00e0y mai"], "timeofday": [""]}}} {"question": "l\u00e1i xe t\u1edbi s\u00e0i g\u00f2n m\u1ea5t bao l\u00e2u", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12759", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"place_name": ["s\u00e0i g\u00f2n"], "business_name": [""], "business_type": [""], "date": ["", "today"], "time": ["", "now"], "timeofday": [""], "transport_name": [""], "transport_type": [""]}}} {"question": "b\u1eaft \u0111\u1ea7u m\u1ed9t danh s\u00e1ch m\u1edbi", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10915", "language": "Python", "test_category": "multiple_function", "gt": {"lists.createoradd": {"event_name": [""], "list_name": [""], "person": [""]}}} {"question": "l\u1ecbch c\u1ee7a t\u00f4i \u0111\u00e3 \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt trong m\u01b0\u1eddi ph\u00fat v\u1eeba qua ch\u01b0a", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9175", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"time": ["m\u01b0\u1eddi ph\u00fat v\u1eeba qua"], "date": ["", "today"], "event_name": [""], "person": [""], "relation": [""], "timeofday": [""]}}} {"question": "hi\u1ec3n th\u1ecb gi\u1edd \u0111\u1ecba ph\u01b0\u01a1ng c\u1ee7a h\u00e0 n\u1ed9i t\u1ea1i th\u1eddi \u0111i\u1ec3m n\u00e0y", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2330", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"place_name": ["h\u00e0 n\u1ed9i"], "date": [""], "time_zone": ["", "current"]}}} {"question": "ti\u1ebfp t\u1ee5c ph\u00e1t ch\u01b0\u01a1ng cu\u00f4\u0301i cu\u0300ng cu\u0309a s\u00e1ch n\u00f3i t\u00f4i \u0111a\u0303 nghe", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9844", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"player_setting": ["ti\u1ebfp t\u1ee5c ph\u00e1t"], "media_type": ["s\u00e1ch n\u00f3i"], "audiobook_author": [""], "audiobook_name": [""]}}} {"question": "h\u00f4m nay la\u0323nh nh\u01b0 th\u00ea\u0301 na\u0300o", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5037", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"date": ["h\u00f4m nay"], "weather_descriptor": ["la\u0323nh"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""]}}} {"question": "\u0111\u1ecba ch\u1ec9 th\u01b0 \u0111i\u1ec7n t\u1eed c\u1ee7a h\u00e0 l\u00e0 g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15983", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"personal_info": ["\u0111\u1ecba ch\u1ec9 th\u01b0 \u0111i\u1ec7n t\u1eed"], "person": ["h\u00e0"], "business_name": [""], "relation": [""]}}} {"question": "t\u0103\u0301t \u0111e\u0300n hi\u00ean", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2578", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"house_place": ["hi\u00ean"], "device_type": [""], "time": ["", "now"]}}} {"question": "t\u00ecnh tr\u1ea1ng giao th\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12736", "language": "Python", "test_category": "multiple_function", "gt": {"transport.traffic": {"place_name": ["", "current location, work"], "time": ["", "now"]}}} {"question": "\u0111\u1eebng \u0111\u00e1nh th\u1ee9c t\u00f4i v\u00e0o ng\u00e0y mai", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4712", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"date": ["ng\u00e0y mai"], "time": [""]}}} {"question": "\u0111\u1ecbnh ngh\u0129a c\u1ee7a h\u1ee3p th\u1eddi l\u00e0 g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13361", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["h\u1ee3p th\u1eddi"]}}} {"question": "\u0111i\u1ec3m n\u00e0o s\u00e2u nh\u1ea5t tr\u00ean tr\u00e1i \u0111\u1ea5t", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14395", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["\u0111i\u1ec3m n\u00e0o s\u00e2u nh\u1ea5t tr\u00ean tr\u00e1i \u0111\u1ea5t"]}}} {"question": "c\u00f4ng th\u1ee9c n\u1ea5u ch\u00e1o c\u00e1 l\u00e0 g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10171", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"food_type": ["ch\u00e1o c\u00e1"], "app_name": [""], "cooking_type": [""], "device_type": [""], "media_type": [""]}}} {"question": "\u0111\u1eb7t v\u00e9 khoang h\u1ea1ng nh\u1ea5t chuy\u1ebfn t\u00e0u h\u1ecfa ti\u1ebfp theo \u0111\u1ebfn ngh\u1ec7 an", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12306", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"transport_descriptor": ["h\u1ea1ng nh\u1ea5t"], "transport_type": ["chuy\u1ebfn t\u00e0u h\u1ecfa"], "place_name": ["ngh\u1ec7 an"], "date": ["", "today"], "time": [""], "timeofday": [""], "transport_name": [""]}}} {"question": "l\u1eddi nh\u1eafc cu\u1ed9c h\u1ecdp", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7565", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"event_name": ["cu\u1ed9c h\u1ecdp"], "business_name": [""], "date": [""], "general_frequency": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "x\u00f3a danh s\u00e1ch mua s\u1eafm", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10756", "language": "Python", "test_category": "multiple_function", "gt": {"lists.remove": {"list_name": ["mua s\u1eafm"], "date": [""]}}} {"question": "c\u00f3 b\u00e1o th\u1ee9c n\u00e0o v\u00e0o l\u00fac m\u01b0\u1eddi gi\u1edd s\u00e1ng kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2957", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"time": ["m\u01b0\u1eddi gi\u1edd s\u00e1ng"], "alarm_type": [""], "date": [""], "event_name": [""], "timeofday": [""]}}} {"question": "kh\u00e1c bi\u1ec7t th\u1eddi gian gi\u1eefa anh v\u00e0 m\u1ef9", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5333", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["kh\u00e1c bi\u1ec7t th\u1eddi gian gi\u1eefa anh v\u00e0 m\u1ef9"]}}} {"question": "hu\u1ef7 cu\u1ed9c h\u1eb9n c\u1ee7a t\u00f4i v\u1edbi b\u00e1c s\u0129 v\u00e0o th\u1ee9 b\u1ea3y", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "7953", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"event_name": ["cu\u1ed9c h\u1eb9n"], "relation": ["b\u00e1c s\u0129"], "date": ["th\u1ee9 b\u1ea3y"], "meal_type": [""], "person": [""], "place_name": [""], "time": [""], "timeofday": [""]}}} {"question": "m\u1ed9t v\u00e0i nh\u00e0 h\u00e0ng g\u1ea7n \u0111\u00e2y l\u00e0 g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11947", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.locations": {"business_type": ["nh\u00e0 h\u00e0ng"], "business_name": [""], "food_type": [""], "place_name": ["", "users location"]}}} {"question": "la\u0300m \u01a1n t\u0103ng \u0111\u00f4\u0323 sa\u0301ng ma\u0300n hi\u0300nh nhi\u00ea\u0300u l\u00ean", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1072", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"device_type": ["ma\u0300n hi\u0300nh"], "change_amount": ["nhi\u00ea\u0300u l\u00ean"], "house_place": ["", "all"]}}} {"question": "m\u01a1\u0309 g\u1eedi ng\u01b0\u1eddi y\u00eau c\u0169", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "473", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"song_name": ["g\u1eedi ng\u01b0\u1eddi y\u00eau c\u0169"], "artist_name": [""], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "music_genre": [""], "player_setting": [""], "playlist_name": [""]}}} {"question": "m\u01a1\u0309 li\u00ean minh huy\u1ec1n tho\u1ea1i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10333", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": ["li\u00ean minh huy\u1ec1n tho\u1ea1i"]}}} {"question": "ba\u0323n co\u0301 th\u00ea\u0309 la\u0300m cho t\u00f4i c\u00f4\u0301c ca\u0300 ph\u00ea kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5017", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"coffee_type": ["", "cappuccino"], "date": ["", "today"], "device_type": ["", "coffee machine"], "time": ["", "now"]}}} {"question": "c\u00f3 bao nhi\u00eau danh s\u00e1ch t\u00f4i c\u00f3 trong m\u1ee5c li\u00ean h\u1ec7", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10954", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"date": [""], "list_name": [""]}}} {"question": "vui l\u00f2ng cho t\u00f4i xem nh\u1eefng b\u00e0i vi\u1ebft li\u00ean quan \u0111\u1ebfn th\u1eddi ti\u1ebft \u1edf b\u1ea3n tin bu\u1ed5i s\u00e1ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2887", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"news_topic": ["th\u1eddi ti\u1ebft"], "media_type": ["b\u1ea3n tin bu\u1ed5i s\u00e1ng"], "date": ["", "today"], "person": [""], "place_name": [""]}}} {"question": "t\u1eaft ti\u1ebfng trong v\u00f2ng m\u1ed9t ti\u1ebfng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5525", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"time": ["m\u1ed9t ti\u1ebfng"], "date": [""], "timeofday": [""]}}} {"question": "t\u00f4i th\u1eadt s\u1ef1 th\u00edch b\u00e0i h\u00e1t n\u00e0y", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4671", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "b\u00e0i h\u00e1t n\u00e0o \u0111ang \u0111\u01b0\u1ee3c ph\u00e1t v\u1eady", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3741", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": [""], "song_name": [""]}}} {"question": "t\u00f4i c\u00f3 nh\u1eadn b\u1ea5t k\u1ef3 th\u01b0 \u0111i\u1ec7n t\u1eed m\u1edbi n\u00e0o t\u1eeb h\u00f9ng kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16263", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"person": ["h\u00f9ng"], "business_name": [""], "date": [""], "email_folder": [""], "event_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "ch\u1eafc ch\u1eafn r\u1eb1ng t\u00f4i ph\u1ea3i th\u1ee9c d\u1eady l\u00fac s\u00e1u gi\u1edd v\u00e0o bu\u1ed5i s\u00e1ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5635", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"time": ["s\u00e1u gi\u1edd"], "timeofday": ["bu\u1ed5i s\u00e1ng"], "date": [""]}}} {"question": "l\u1ecbch tr\u00ecnh c\u1ee7a t\u00e0u th\u1ed1ng nh\u1ea5t l\u00e0 g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12866", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"transport_name": ["t\u00e0u th\u1ed1ng nh\u1ea5t"], "business_name": [""], "business_type": [""], "date": ["", "today"], "place_name": [""], "time": ["", "now"], "timeofday": [""], "transport_type": [""]}}} {"question": "b\u1eefa ti\u1ec7c sinh nh\u1eadt c\u1ee7a mai \u0111\u01b0\u1ee3c t\u1ed5 ch\u1ee9c \u1edf \u0111\u00e2u", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "8119", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"event_name": ["b\u1eefa ti\u1ec7c sinh nh\u1eadt"], "person": ["c\u1ee7a mai"], "date": ["", "today"], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "gi\u1edd hi\u1ec7n t\u1ea1i \u1edf th\u00e0nh ph\u1ed1 h\u1ed3 ch\u00ed minh", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5774", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"place_name": ["th\u00e0nh ph\u1ed1 h\u1ed3 ch\u00ed minh"], "date": [""], "time_zone": ["", "current"]}}} {"question": "m\u1edf s\u00e1ch n\u00f3i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9881", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"media_type": ["s\u00e1ch n\u00f3i"], "audiobook_author": [""], "audiobook_name": [""], "player_setting": [""]}}} {"question": "to\u0301m t\u0103\u0301t chi ti\u00ea\u0301t th\u01a1\u0300i ti\u00ea\u0301t trong tu\u00e2\u0300n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "726", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"time": ["trong tu\u00e2\u0300n"], "date": ["", "today"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "t\u0103\u0301t \u0111e\u0300n pho\u0300ng kha\u0301ch", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5157", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"house_place": ["pho\u0300ng kha\u0301ch"], "device_type": [""], "time": ["", "now"]}}} {"question": "t\u00ecnh h\u00ecnh giao th\u00f4ng b\u00e2y gi\u01a1\u0300 ra sao", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12838", "language": "Python", "test_category": "multiple_function", "gt": {"transport.traffic": {"time": ["b\u00e2y gi\u01a1\u0300"], "place_name": ["", "current location, work"]}}} {"question": "x\u00f3a b\u00e1o th\u1ee9c ng\u00e0y mai", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1452", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"date": ["ng\u00e0y mai"], "time": [""]}}} {"question": "con ch\u00f3 c\u00f3 bao nhi\u00eau ch\u00e2n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13513", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["con ch\u00f3 c\u00f3 bao nhi\u00eau ch\u00e2n"]}}} {"question": "b\u1ea1n c\u00f3 bi\u1ebft c\u00e1ch n\u1ea5u c\u01a1m g\u00e0 kh\u00f4ng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10099", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"food_type": ["c\u01a1m g\u00e0"], "app_name": [""], "cooking_type": [""], "device_type": [""], "media_type": [""]}}} {"question": "vui lo\u0300ng th\u00eam cu\u00f4\u0323c he\u0323n nha si\u0303 va\u0300o ba gi\u01a1\u0300 nga\u0300y th\u01b0\u0301 sa\u0301u", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9155", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"event_name": ["he\u0323n nha si\u0303"], "time": ["ba gi\u01a1\u0300"], "date": ["th\u01b0\u0301 sa\u0301u"], "business_name": [""], "general_frequency": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "timeofday": [""]}}} {"question": "x\u00f3a b\u00fat ch\u00ec kh\u1ecfi v\u0103n ph\u00f2ng ph\u1ea9m", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10494", "language": "Python", "test_category": "multiple_function", "gt": {"lists.remove": {"list_name": ["v\u0103n ph\u00f2ng ph\u1ea9m"], "date": [""]}}} {"question": "l\u1eddi nh\u1eafc \u0111\u00e3 \u0111\u01b0\u1ee3c \u0111\u1eb7t cho l\u1edbp h\u1ecdc nh\u1ea3y ch\u01b0a", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4130", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"event_name": ["l\u1edbp h\u1ecdc nh\u1ea3y"], "alarm_type": [""], "date": [""], "time": [""], "timeofday": [""]}}} {"question": "ch\u00eanh l\u1ec7ch th\u1eddi gian gi\u1eefa \u0111\u00e2y v\u00e0 nh\u1eadt b\u1ea3n l\u00e0 m\u1ea5y ti\u1ebfng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "944", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["ch\u00eanh l\u1ec7ch th\u1eddi gian gi\u1eefa \u0111\u00e2y v\u00e0 nh\u1eadt b\u1ea3n l\u00e0 m\u1ea5y ti\u1ebfng"]}}} {"question": "hu\u1ef7 \u0103n s\u00e1ng t\u1ea1i nh\u00e0 an", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "6729", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"meal_type": ["\u0103n s\u00e1ng"], "place_name": ["nh\u00e0 an"], "date": [""], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "ph\u00e1t cho t\u00f4i \u00e2m nh\u1ea1c t\u1eeb b\u1ee9c t\u01b0\u1eddng", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5658", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"artist_name": ["b\u1ee9c t\u01b0\u1eddng"], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "music_genre": [""], "player_setting": [""], "playlist_name": [""], "song_name": [""]}}} {"question": "ki\u1ec3m tra danh s\u00e1ch vi\u1ec7c c\u1ea7n l\u00e0m c\u1ee7a t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10570", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"list_name": ["vi\u1ec7c c\u1ea7n l\u00e0m"], "date": [""]}}} {"question": "tin t\u1ee9c m\u1edbi nh\u1ea5t", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4258", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"date": ["", "today"], "media_type": [""], "news_topic": [""], "person": [""], "place_name": [""]}}} {"question": "kh\u00f4ng n\u00f3i h\u00f4m nay", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "317", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"date": ["h\u00f4m nay"], "time": [""], "timeofday": [""]}}} {"question": "\u0111\u01b0a b\u00e0i h\u00e1t \u0111\u00f3 v\u00e0o danh s\u00e1ch y\u00eau th\u00edch c\u1ee7a t\u00f4i", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "2057", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "t\u00ean c\u1ee7a b\u1ea3n nh\u1ea1c b\u1ea1n \u0111ang ch\u01a1i l\u00e0 g\u00ec", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5615", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": [""], "song_name": [""]}}}