{"question": "\u179b\u17c1\u1784 \u1794\u1791 \u1785\u1798\u17d2\u179a\u17c0\u1784 \u1790\u17d2\u1798\u17b8 \u1794\u17c6\u1795\u17bb\u178f \u179a\u1794\u179f\u17cb \u1798\u17b6\u179f\u200b \u179f\u17bb\u1781 \u179f\u17c4\u1797\u17b6", "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": "1489", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"artist_name": ["\u1798\u17b6\u179f\u200b \u179f\u17bb\u1781 \u179f\u17c4\u1797\u17b6"], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "music_genre": [""], "player_setting": [""], "playlist_name": [""], "song_name": [""]}}} {"question": "\u178f\u17be \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u1794\u17b6\u1793 \u179a\u17c4\u1791\u17b7\u17cd \u1790\u17d2\u1784\u17c3 \u1793\u17c1\u17c7 \u1791\u17c1", "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": "1646", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"date": ["\u1790\u17d2\u1784\u17c3 \u1793\u17c1\u17c7"], "alarm_type": [""], "event_name": [""], "time": [""], "timeofday": [""]}}} {"question": "\u1780\u17c6\u178e\u178f\u17cb \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u178f\u17c2 \u1793\u17c5 \u1790\u17d2\u1784\u17c3 \u1785\u17d0\u1793\u17d2\u1791 \u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1798\u17bd\u1799 \u1796\u17d2\u179a\u17b9\u1780", "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": "1719", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"date": ["\u1790\u17d2\u1784\u17c3 \u1785\u17d0\u1793\u17d2\u1791"], "time": ["\u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1798\u17bd\u1799"], "timeofday": ["\u1796\u17d2\u179a\u17b9\u1780"]}}} {"question": "\u1794\u17b7\u1791 \u1797\u17d2\u179b\u17be\u1784 \u1780\u17d2\u1793\u17bb\u1784 \u1794\u1793\u17d2\u1791\u1794\u17cb \u1791\u17b9\u1780", "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": "428", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"house_place": ["\u1794\u1793\u17d2\u1791\u1794\u17cb \u1791\u17b9\u1780"], "device_type": [""], "time": ["", "now"]}}} {"question": "\u1794\u17b8\u1791 \u179f\u1798\u17d2\u179b\u17c2\u1784", "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": "189", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"date": [""], "time": [""], "timeofday": [""]}}} {"question": "\u179b\u17bb\u1794 \u1794\u1789\u17d2\u1787\u17b8 \u178a\u17c2\u179b \u178f\u17d2\u179a\u17bc\u179c\u1792\u17d2\u179c\u17be", "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": "11024", "language": "Python", "test_category": "multiple_function", "gt": {"lists.remove": {"list_name": ["\u178f\u17d2\u179a\u17bc\u179c\u1792\u17d2\u179c\u17be"], "date": [""]}}} {"question": "\u179b\u17bb\u1794 \u1790\u17d2\u1784\u17c3\u1781\u17bd\u1794\u1780\u17c6\u178e\u17be\u178f \u1785\u17c1\u1789\u1796\u17b8\u1794\u17d2\u179a\u178f\u17b7\u1791\u17b7\u1793", "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": "8284", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"event_name": ["\u1790\u17d2\u1784\u17c3\u1781\u17bd\u1794\u1780\u17c6\u178e\u17be\u178f"], "date": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "\u1794\u1793\u17d2\u1790\u1799 \u179f\u1798\u17d2\u179b\u17c2\u1784 \u17a7\u1794\u1780\u179a\u178e\u17cd", "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": "1048", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_down": {}}} {"question": "\u178f\u17be \u17a5\u17a1\u17bc\u179c \u1793\u17c1\u17c7 \u1798\u17c9\u17c4\u1784 \u1794\u17c9\u17bb\u1793\u17d2\u1798\u17b6\u1793 \u1793\u17c5 \u179f\u17c0\u1798 \u179a\u17b6\u1794", "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": "974", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"place_name": ["\u179f\u17c0\u1798 \u179a\u17b6\u1794"], "date": [""], "time_zone": ["", "current"]}}} {"question": "\u179b\u17bb\u1794 \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u1790\u17d2\u1784\u17c3 \u17a2\u1784\u17d2\u1782\u17b6\u179a \u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1794\u17bd\u1793 \u1796\u17d2\u179a\u17b9\u1780", "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": "1675", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"date": ["\u1790\u17d2\u1784\u17c3 \u17a2\u1784\u17d2\u1782\u17b6\u179a"], "time": ["\u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1794\u17bd\u1793 \u1796\u17d2\u179a\u17b9\u1780"]}}} {"question": "\u1794\u1784\u17d2\u17a0\u17b6\u1789 \u1794\u1789\u17d2\u1787\u17b8 \u1781\u17d2\u1789\u17bb\u17c6", "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": "10805", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"date": [""], "list_name": [""]}}} {"question": "\u1780\u17c6\u178e\u178f\u17cb \u1797\u17d2\u179b\u17be\u1784 \u17b2\u17d2\u1799 \u1797\u17d2\u179b\u17ba \u1787\u17b6\u1784", "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": "80", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"change_amount": ["", "20 percent"], "device_type": ["", "all"], "house_place": ["", "all"]}}} {"question": "\u178f\u17be \u17a2\u17b6\u1780\u17b6\u179f \u1792\u17b6\u178f\u17bb \u17a5\u17a1\u17bc\u179c \u1793\u17c1\u17c7 \u1799\u17c9\u17b6\u1784 \u178e\u17b6 \u178a\u17c2\u179a", "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": "590", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"date": ["", "today"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "\u1794\u1793\u17d2\u1790\u1799 \u1797\u17d2\u179b\u17be\u1784", "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": "158", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightdim": {"change_amount": ["", "20 percent"], "house_place": [""]}}} {"question": "\u179a\u17bf\u1784 \u1780\u17c6\u1794\u17d2\u179b\u17c2\u1784 \u17a2\u17b8 \u1780\u17cf \u179b\u17d2\u17a2 \u1798\u17d2\u179b\u17c9\u17c1\u17c7", "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": "494", "language": "Python", "test_category": "multiple_function", "gt": {"general.joke": {"joke_type": ["\u179b\u17d2\u17a2"]}}} {"question": "\u179a\u17c6\u179b\u17b9\u1780\u200b\u1781\u17d2\u1789\u17bb\u17c6\u200b\u1793\u17c5\u200b\u1790\u17d2\u1784\u17c3\u200b\u1791\u17b8\u200b\u1794\u17d2\u179a\u17b6\u17c6\u200b\u1781\u17c2\u200b\u1798\u17b8\u1793\u17b6\u1787\u17b6\u200b\u179a\u17c0\u1784\u200b\u179a\u17b6\u179b\u17cb\u200b\u1786\u17d2\u1793\u17b6\u17c6\u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u179a\u17c0\u1794\u1785\u17c6\u200b \u17a2\u17c6\u178e\u17c4\u1799\u1781\u17bd\u1794\u17a2\u17b6\u1796\u17b6\u17a0\u17cd\u1796\u17b7\u1796\u17b6\u17a0\u17cd", "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": "7477", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"event_name": ["\u17a2\u17c6\u178e\u17c4\u1799\u1781\u17bd\u1794\u17a2\u17b6\u1796\u17b6\u17a0\u17cd\u1796\u17b7\u1796\u17b6\u17a0\u17cd"], "business_name": [""], "date": [""], "general_frequency": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "\u1794\u17be\u1780 \u1780\u1798\u17d2\u1798 \u179c\u17b7\u1792\u17b8 \u178f\u1793\u17d2\u178f\u17d2\u179a\u17b8 \u17a0\u17be\u1799 \u179b\u17c1\u1784 \u1794\u1791 \u1785\u1798\u17d2\u179a\u17c0\u1784 \u1798\u17bd\u1799 \u1794\u1791 \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb \u1781\u17d2\u1789\u17bb\u17c6", "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": "1318", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"artist_name": [""], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "music_genre": [""], "player_setting": [""], "playlist_name": [""], "song_name": [""]}}} {"question": "\u178f\u17be \u1781\u17d2\u1789\u17bb\u17c6 \u1794\u17b6\u1793 \u1780\u17c6\u178e\u178f\u17cb \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb \u17a2\u17d2\u179c\u17b8 \u1781\u17d2\u179b\u17c7", "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": "61", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"alarm_type": [""], "date": [""], "event_name": [""], "time": [""], "timeofday": [""]}}} {"question": "\u178a\u17b6\u179f\u17cb \u1781\u17d2\u1789\u17bb\u17c6 \u1793\u17c5 \u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1796\u17d2\u179a\u17b9\u1780 \u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd \u1793\u17c1\u17c7", "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": "0", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"time": ["\u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1796\u17d2\u179a\u17b9\u1780"], "date": ["\u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd \u1793\u17c1\u17c7"], "timeofday": [""]}}} {"question": "\u1794\u17b7\u1791 \u1797\u17d2\u179b\u17be\u1784", "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": "369", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"device_type": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "\u1780\u17bb\u17c6 \u17b2\u17d2\u1799 \u1798\u17b6\u1793 \u179f\u1798\u17d2\u179b\u17c2\u1784 \u179a\u17a0\u17bc\u178f \u178a\u179b\u17cb \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u1796\u17c1\u179b \u1796\u17d2\u179a\u17b9\u1780", "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": ["\u1796\u17c1\u179b \u1796\u17d2\u179a\u17b9\u1780"], "date": [""], "time": [""]}}} {"question": "\u179f\u17bc\u1798 \u1792\u17d2\u179c\u17be \u17b2\u17d2\u1799 \u17a7\u1794\u1780\u179a\u178e\u17cd \u179f\u1798\u17d2\u179b\u17c2\u1784 \u1799\u17ba\u178f \u1787\u17b6\u1784", "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": "\u179b\u17bb\u1794 \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u1793\u17c5 \u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1796\u17b8\u179a \u1796\u17d2\u179a\u17b9\u1780", "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": ["\u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1796\u17b8\u179a \u1796\u17d2\u179a\u17b9\u1780"], "date": [""]}}} {"question": "\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u1794\u1789\u17d2\u1787\u17b8\u178a\u17c2\u179b \u178f\u17d2\u179a\u17bc\u179c\u1792\u17d2\u179c\u17be \u1790\u17d2\u1798\u17b8\u17d7", "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": "11154", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"list_name": ["\u178f\u17d2\u179a\u17bc\u179c\u1792\u17d2\u179c\u17be"], "date": [""]}}} {"question": "\u1798\u17be\u179b \u1791\u17c5 \u17a2\u17b6\u1780\u17b6\u179f \u1792\u17b6\u178f\u17bb \u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd \u1793\u17c1\u17c7 \u1799\u17c9\u17b6\u1784 \u178e\u17b6 \u178a\u17c2\u179a", "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": "1249", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"date": ["\u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd \u1793\u17c1\u17c7"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "\u1794\u17d2\u179a\u17b6\u1794\u17cb \u1781\u17d2\u1789\u17bb\u17c6 \u179a\u17bf\u1784 \u1780\u17c6\u1794\u17d2\u179b\u17c2\u1784 \u178a\u17c2\u179b \u17a2\u179f\u17cb \u179f\u17c6\u178e\u17be\u1785 \u1798\u17bd\u1799", "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": "412", "language": "Python", "test_category": "multiple_function", "gt": {"general.joke": {"joke_type": ["\u17a2\u179f\u17cb \u179f\u17c6\u178e\u17be\u1785"]}}} {"question": "\u179a\u17c6\u179b\u17b9\u1780\u1781\u17d2\u1789\u17bb\u17c6\u17a2\u17c6\u1796\u17b8 \u1796\u17b7\u1792\u17b8\u1787\u1794\u17cb\u179b\u17c0\u1784 \u1793\u17c5 \u1790\u17d2\u1784\u17c3\u179f\u17d2\u17a2\u17c2\u1780", "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": "7455", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"event_name": ["\u1796\u17b7\u1792\u17b8\u1787\u1794\u17cb\u179b\u17c0\u1784"], "date": ["\u1790\u17d2\u1784\u17c3\u179f\u17d2\u17a2\u17c2\u1780"], "business_name": [""], "general_frequency": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "\u178f\u17be \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u179a\u1794\u179f\u17cb \u1781\u17d2\u1789\u17bb\u17c6 \u1780\u17c6\u178e\u178f\u17cb \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb \u1790\u17d2\u1784\u17c3 \u179f\u17d2\u17a2\u17c2\u1780 \u1796\u17c1\u179b \u1796\u17d2\u179a\u17b9\u1780", "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": "1264", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"date": ["\u1790\u17d2\u1784\u17c3 \u179f\u17d2\u17a2\u17c2\u1780"], "timeofday": ["\u1796\u17d2\u179a\u17b9\u1780"], "alarm_type": [""], "event_name": [""], "time": [""]}}} {"question": "\u178a\u17b6\u1780\u17cb \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17cd \u1793\u17c5 \u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1794\u17b8 \u1796\u17d2\u179a\u17b9\u1780", "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": "884", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"time": ["\u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1794\u17b8 \u1796\u17d2\u179a\u17b9\u1780"], "date": [""], "timeofday": [""]}}} {"question": "\u1794\u17b7\u1791 \u1797\u17d2\u179b\u17be\u1784", "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": "\u1780\u17bb\u17c6 \u1793\u17b7\u1799\u17b6\u1799 \u1790\u17d2\u1784\u17c3 \u1793\u17c1\u17c7", "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": ["\u1790\u17d2\u1784\u17c3 \u1793\u17c1\u17c7"], "time": [""], "timeofday": [""]}}} {"question": "\u1794\u17b7\u1791 \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1794\u17b8 \u1796\u17d2\u179a\u17b9\u1780", "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": "560", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"time": ["\u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1794\u17b8 \u1796\u17d2\u179a\u17b9\u1780"], "date": [""]}}} {"question": "\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782 \u1794\u1789\u17d2\u1787\u17b8", "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": "10667", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"list_name": ["\u1780\u17b6\u179b\u179c\u17b7\u1797\u17b6\u1782"], "date": [""]}}} {"question": "\u178f\u17be \u1781\u17b6\u1784 \u1780\u17d2\u179a\u17c5 \u178f\u17d2\u179a\u1787\u17b6\u1780\u17cb \u1799\u17c9\u17b6\u1784 \u178e\u17b6\u200b \u1790\u17d2\u1784\u17c3 \u1793\u17c1\u17c7", "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": "738", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["\u178f\u17d2\u179a\u1787\u17b6\u1780\u17cb"], "date": ["\u1790\u17d2\u1784\u17c3 \u1793\u17c1\u17c7"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""]}}} {"question": "\u178f\u17be \u17a2\u17d2\u1793\u1780 \u1798\u17b6\u1793 \u179f\u17d2\u1782\u17b6\u179b\u17cb \u179a\u17bf\u1784 \u1780\u17c6\u1794\u17d2\u179b\u17c2\u1784 \u1781\u17d2\u179b\u17c7 \u178a\u17c2\u179a \u1791\u17c1", "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": "527", "language": "Python", "test_category": "multiple_function", "gt": {"general.joke": {"joke_type": ["", "random"]}}} {"question": "\u1780\u17c6\u178e\u178f\u17cb \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd", "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": "861", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"alarm_type": [""], "date": [""], "event_name": [""], "time": [""], "timeofday": [""]}}} {"question": "\u1780\u17c6\u178e\u178f\u17cb \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1796\u17b8\u179a \u1796\u17d2\u179a\u17b9\u1780", "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": "939", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"time": ["\u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1796\u17b8\u179a \u1796\u17d2\u179a\u17b9\u1780"], "date": [""], "timeofday": [""]}}} {"question": "\u179f\u17bc\u1798 \u1780\u17c6\u178e\u178f\u17cb \u17b2\u17d2\u1799 \u179f\u17d2\u1784\u17b6\u178f\u17cb \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb \u179a\u1799\u17c8 \u1796\u17c1\u179b \u1798\u17bd\u1799 \u1798\u17c9\u17c4\u1784 \u1791\u17c0\u178f", "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": "315", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"time": ["\u1798\u17bd\u1799 \u1798\u17c9\u17c4\u1784 \u1791\u17c0\u178f"], "date": [""], "timeofday": [""]}}} {"question": "\u178f\u17be \u17a2\u17b6\u1780\u17b6\u179f \u1792\u17b6\u178f\u17bb \u17a5\u17a1\u17bc\u179c \u1793\u17c1\u17c7 \u1799\u17c9\u17b6\u1784 \u1798\u17b7\u1785 \u178a\u17c2\u179a", "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": "430", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"date": ["", "today"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "\u179a\u17bf\u1784 \u1780\u17c6\u1794\u17d2\u179b\u17c2\u1784 \u17a2\u17b8 \u1780\u17cf \u179b\u17d2\u17a2 \u1798\u17d2\u179b\u17c9\u17c1\u17c7", "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": "1372", "language": "Python", "test_category": "multiple_function", "gt": {"general.joke": {"joke_type": ["\u179b\u17d2\u17a2"]}}} {"question": "\u178f\u17be \u1796\u17c1\u179b \u178e\u17b6 \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u179a\u1794\u179f\u17cb \u1781\u17d2\u1789\u17bb\u17c6 \u1780\u178e\u17d2\u178a\u17b9\u1784", "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": "\u1780\u17c6\u178e\u178f\u17cb \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1794\u17bd\u1793 \u1796\u17d2\u179a\u17b9\u1780", "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": "533", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"time": ["\u1798\u17c9\u17c4\u1784 \u1794\u17d2\u179a\u17b6\u17c6 \u1794\u17bd\u1793 \u1796\u17d2\u179a\u17b9\u1780"], "date": [""], "timeofday": [""]}}} {"question": "\u1798\u17bd\u1799\u1798\u17c9\u17c4\u1784", "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": ["\u1798\u17bd\u1799\u1798\u17c9\u17c4\u1784"], "date": [""], "timeofday": [""]}}} {"question": "\u178f\u17be \u1780\u17b6\u179a \u1796\u17d2\u1799\u17b6\u1780\u179a\u178e\u17cd \u17a2\u17b6\u1780\u17b6\u179f\u1792\u17b6\u178f\u17bb \u1793\u17c5 \u1794\u17b6\u178f\u17cb\u178a\u17c6\u1794\u1784 \u1790\u17d2\u1784\u17c3 \u1793\u17c1\u17c7 \u1799\u17c9\u17b6\u1784 \u1798\u17b7\u1785 \u178a\u17c2\u179a", "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": "279", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"place_name": ["\u1794\u17b6\u178f\u17cb\u178a\u17c6\u1794\u1784"], "date": ["\u1790\u17d2\u1784\u17c3 \u1793\u17c1\u17c7"], "event_name": [""], "general_frequency": [""], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "\u178f\u17be \u1781\u17d2\u1789\u17bb\u17c6 \u1794\u17b6\u1793 \u1780\u17c6\u178e\u178f\u17cb \u1798\u17c9\u17c4\u1784 \u179a\u17c4\u1791\u17b7\u17cd \u17a2\u17d2\u179c\u17b8 \u1781\u17d2\u179b\u17c7", "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": "\u178a\u1794\u17cb\u1794\u17d2\u179a\u17b6\u17c6\u1793\u17b6\u1791\u17b8", "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": "3812", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"time": ["\u178a\u1794\u17cb\u1794\u17d2\u179a\u17b6\u17c6\u1793\u17b6\u1791\u17b8"], "date": [""], "timeofday": [""]}}} {"question": "\u1793\u17c5 \u1791\u17b8 \u178f\u17b6\u17c6\u1784 \u179a\u1794\u179f\u17cb \u1781\u17d2\u1789\u17bb\u17c6 \u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd \u1793\u17c1\u17c7 \u1793\u17b9\u1784 \u1798\u17b6\u1793 \u17a2\u17b6\u1780\u17b6\u179f \u1792\u17b6\u178f\u17bb \u1799\u17c9\u17b6\u1784 \u1798\u17b7\u1785 \u178a\u17c2\u179a", "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": "1547", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"date": ["\u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd \u1793\u17c1\u17c7"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "\u178f\u17be \u17a2\u17b6\u1780\u17b6\u179f \u1792\u17b6\u178f\u17bb \u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd \u1793\u17c1\u17c7 \u1799\u17c9\u17b6\u1784 \u1798\u17b7\u1785 \u178a\u17c2\u179a", "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": "102", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"date": ["\u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd \u1793\u17c1\u17c7"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "\u178f\u17be \u1796\u17d2\u179a\u17b7\u179b \u1793\u17b9\u1784 \u1792\u17d2\u179b\u17b6\u1780\u17cb \u1793\u17c5 \u1790\u17d2\u1784\u17c3 \u179f\u17d2\u17a2\u17c2\u1780 \u1798\u17c9\u17c4\u1784 \u178a\u1794\u17cb \u1796\u17b8\u179a", "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": "1655", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["\u1796\u17d2\u179a\u17b7\u179b"], "date": ["\u1790\u17d2\u1784\u17c3 \u179f\u17d2\u17a2\u17c2\u1780"], "timeofday": ["\u1798\u17c9\u17c4\u1784 \u178a\u1794\u17cb \u1796\u17b8\u179a"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"]}}} {"question": "\u178f\u17be \u1781\u17b6\u1784 \u1780\u17d2\u179a\u17c5 \u178f\u17d2\u179a\u1787\u17b6\u1780\u17cb \u1791\u17c1", "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": "491", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["\u178f\u17d2\u179a\u1787\u17b6\u1780\u17cb"], "date": ["", "today"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""]}}} {"question": "\u1794\u17d2\u179a\u17b6\u1794\u17cb \u1781\u17d2\u1789\u17bb\u17c6 \u17a2\u17c6\u1796\u17b8 \u17a2\u17b6\u1780\u17b6\u179f \u1792\u17b6\u178f\u17bb \u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd \u1793\u17c1\u17c7", "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": "103", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"date": ["\u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd \u1793\u17c1\u17c7"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "\u179f\u17bd\u179f\u17d2\u178a\u17b8 \u178f\u17be \u1780\u17b6\u179a \u1796\u17d2\u1799\u17b6\u1780\u179a\u178e\u17cd \u17a2\u17b6\u1780\u17b6\u179f \u1792\u17b6\u178f\u17bb \u1790\u17d2\u1784\u17c3 \u179f\u17d2\u17a2\u17c2\u1780 \u1799\u17c9\u17b6\u1784 \u1798\u17b7\u1785 \u178a\u17c2\u179a", "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": "832", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"date": ["\u1790\u17d2\u1784\u17c3 \u179f\u17d2\u17a2\u17c2\u1780"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""], "weather_descriptor": [""]}}} {"question": "\u178f\u17be \u17a5\u17a1\u17bc\u179c \u1793\u17c1\u17c7 \u179f\u17b8\u178f\u17bb\u178e\u17d2\u17a0 \u1797\u17b6\u1796 \u1793\u17c5 \u1781\u17b6\u1784 \u1780\u17d2\u179a\u17c5 \u1794\u17c9\u17bb\u1793\u17d2\u1798\u17b6\u1793 \u17a2\u1784\u17d2\u179f\u17b6 \u179f\u17c1", "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": "826", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["\u179f\u17b8\u178f\u17bb\u178e\u17d2\u17a0 \u1797\u17b6\u1796"], "date": ["", "today"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""]}}}