{"question": "pienenn\u00e4 kaiuttimen \u00e4\u00e4nt\u00e4", "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": "varmistatko tekeek\u00f6 hesburger mukaan", "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": "4137", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.query": {"business_name": ["hesburger"], "order_type": ["mukaan"], "business_type": [""], "food_type": [""], "meal_type": [""]}}} {"question": "sataako t\u00e4n\u00e4\u00e4n yhdelt\u00e4 iltap\u00e4iv\u00e4ll\u00e4", "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": "4449", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["sataako"], "date": ["t\u00e4n\u00e4\u00e4n"], "time": ["yhdelt\u00e4 iltap\u00e4iv\u00e4ll\u00e4"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "timeofday": [""]}}} {"question": "paljonko kello on keskisell\u00e4 aikavy\u00f6hykkeell\u00e4", "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": "5997", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"time_zone": ["keskisell\u00e4"], "date": [""], "place_name": ["", "current"]}}} {"question": "kaiuttimen \u00e4\u00e4nen lis\u00e4ys", "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": "4831", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_up": {}}} {"question": "eik\u00f6 olekin ihana laulu ole hyv\u00e4 tallenna t\u00e4m\u00e4 minulle", "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": "2400", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "kuka voitti presidenttivaalit t\u00e4n\u00e4 vuonna", "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": "4968", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["kuka voitti presidenttivaalit t\u00e4n\u00e4 vuonna"]}}} {"question": "luetteloi kaikki laitteen luettelot", "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": "11174", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"date": [""], "list_name": [""]}}} {"question": "mene takaisin t\u00e4m\u00e4n podcastin viimeiseen jaksoon", "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": "11459", "language": "Python", "test_category": "multiple_function", "gt": {"play.podcasts": {"player_setting": ["mene takaisin"], "podcast_descriptor": ["viimeiseen jaksoon"], "person": [""], "podcast_name": [""]}}} {"question": "vaimenna musiikki", "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": "3837", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"date": [""], "time": [""], "timeofday": [""]}}} {"question": "laita valot pois", "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": "2711", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"device_type": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "kung fu panda kolme", "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": "12104", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.movies": {"movie_name": ["kung fu panda kolme"], "business_type": [""], "date": ["", "today"], "movie_type": [""], "time": ["", "now"], "timeofday": [""]}}} {"question": "lis\u00e4\u00e4 pertti kontaktilistalle", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10996", "language": "Python", "test_category": "multiple_function", "gt": {"lists.createoradd": {"person": ["pertti"], "list_name": ["kontaktilistalle"], "event_name": [""]}}} {"question": "oliko osakkeet nousussa vai laskussa", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "14904", "language": "Python", "test_category": "multiple_function", "gt": {"qa.stock": {"business_name": ["", "dow jones"], "date": ["", "today"]}}} {"question": "haluan kahvia joka p\u00e4iv\u00e4", "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": "4798", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"date": ["joka p\u00e4iv\u00e4"], "coffee_type": ["", "cappuccino"], "device_type": ["", "coffee machine"], "time": ["", "now"]}}} {"question": "tarkista onko h\u00e4lytys laitettu aamukuudeksi", "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": "5902", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"time": ["aamukuudeksi"], "alarm_type": [""], "date": [""], "event_name": [""], "timeofday": [""]}}} {"question": "k\u00e4ynnist\u00e4 robotti imuri", "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": "2434", "language": "Python", "test_category": "multiple_function", "gt": {"iot.cleaning": {"device_type": ["robotti imuri"], "general_frequency": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "mit\u00e4\u00e4n kiinnostavaa rannikolla", "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": "11844", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.events": {"place_name": ["rannikolla"], "business_name": [""], "date": ["", "today"], "event_name": [""], "time": ["", "today"], "timeofday": [""]}}} {"question": "voinko tilata noutoruokaa hesburgerista", "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": "2255", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.order": {"order_type": ["noutoruokaa"], "business_name": ["hesburgerista"], "business_type": [""], "drink_type": [""], "food_type": [""], "ingredient": [""], "meal_type": [""], "timeofday": [""]}}} {"question": "etsi joni soini yhteystiedoista", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15946", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"person": ["joni soini"], "business_name": [""], "personal_info": [""], "relation": [""]}}} {"question": "osta lippu tampereelle", "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": "12723", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"place_name": ["tampereelle"], "date": ["", "today"], "time": [""], "timeofday": [""], "transport_descriptor": [""], "transport_name": [""], "transport_type": ["", "train"]}}} {"question": "kuvaile mik\u00e4 sf\u00e4\u00e4ri on", "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": "14622", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["sf\u00e4\u00e4ri"]}}} {"question": "julkaise yritykseni twitteriss\u00e4", "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": "15166", "language": "Python", "test_category": "multiple_function", "gt": {"social.post": {"media_type": ["twitteriss\u00e4"], "business_name": [""]}}} {"question": "kuinka kauan minun tulisi keitt\u00e4\u00e4 kananmunaa", "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": "9930", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"cooking_type": ["keitt\u00e4\u00e4"], "food_type": ["kananmunaa"], "app_name": [""], "device_type": [""], "media_type": [""]}}} {"question": "laita \u00e4lypistorasia p\u00e4\u00e4lle", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "389", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_on": {"device_type": ["\u00e4lypistorasia"]}}} {"question": "kuka laulaa laulun pitk\u00e4st\u00e4 mustasta autosta", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1176", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"song_name": ["pitk\u00e4st\u00e4 mustasta autosta"], "artist_name": [""]}}} {"question": "millainen liikenne on t\u00e4ll\u00e4 hetkell\u00e4", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12838", "language": "Python", "test_category": "multiple_function", "gt": {"transport.traffic": {"time": ["t\u00e4ll\u00e4 hetkell\u00e4"], "place_name": ["", "current location, work"]}}} {"question": "soita romanttista musiikkia suomipopilla", "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": "9554", "language": "Python", "test_category": "multiple_function", "gt": {"play.radio": {"music_genre": ["romanttista"], "media_type": ["musiikkia"], "radio_name": ["suomipopilla"], "app_name": [""], "device_type": [""], "house_place": [""]}}} {"question": "mik\u00e4 on vallitseva vaihtokurssi euron ja intian rupian v\u00e4lill\u00e4", "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": "14973", "language": "Python", "test_category": "multiple_function", "gt": {"qa.currency": {"query": ["mik\u00e4 on vallitseva vaihtokurssi euron ja intian rupian v\u00e4lill\u00e4"]}}} {"question": "onko yst\u00e4v\u00e4lt\u00e4ni mikalta uusia julkaisuja facebookissa", "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": "15229", "language": "Python", "test_category": "multiple_function", "gt": {"social.query": {"relation": ["yst\u00e4v\u00e4lt\u00e4ni"], "person": ["mikalta"], "media_type": ["facebookissa"]}}} {"question": "etsi prisman s\u00e4hk\u00f6posti ja lis\u00e4\u00e4 se yhteystietoihini", "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": "16694", "language": "Python", "test_category": "multiple_function", "gt": {"email.addcontact": {"business_name": ["prisman"], "list_name": ["yhteystietoihini"], "email_address": [""], "person": [""]}}} {"question": "haluan kuulla vitsin", "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": "3330", "language": "Python", "test_category": "multiple_function", "gt": {"general.joke": {"joke_type": ["", "random"]}}} {"question": "sammuta kaikki aktiiviset laitteet", "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": "5050", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_off": {"device_type": [""]}}} {"question": "n\u00e4yt\u00e4 minulle himme\u00e4 v\u00e4ri", "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": "2263", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightdim": {"change_amount": ["", "20 percent"], "house_place": [""]}}} {"question": "avaa pelit", "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": "10403", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": [""]}}} {"question": "j\u00e4rjest\u00e4 lounastapaaminen pekan kanssa keskiviikkona puolilta p\u00e4ivin", "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": "7057", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"event_name": ["lounastapaaminen"], "person": ["pekan"], "date": ["keskiviikkona"], "timeofday": ["puolilta p\u00e4ivin"], "business_name": [""], "general_frequency": [""], "meal_type": [""], "place_name": [""], "relation": [""], "time": [""]}}} {"question": "min\u00e4 vihaan t\u00e4t\u00e4 laulua", "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": "3029", "language": "Python", "test_category": "multiple_function", "gt": {"music.dislikeness": {"music_genre": [""]}}} {"question": "miss\u00e4 on l\u00e4hin prisma", "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": "11953", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.locations": {"business_name": ["prisma"], "business_type": [""], "food_type": [""], "place_name": ["", "users location"]}}} {"question": "mik\u00e4 on aikaero t\u00e4m\u00e4n paikan ja japanin v\u00e4lill\u00e4", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "944", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["mik\u00e4 on aikaero t\u00e4m\u00e4n paikan ja japanin v\u00e4lill\u00e4"]}}} {"question": "anna minulle viimeisimm\u00e4t poliittiset uutiset maailmalta", "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": "4177", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"news_topic": ["poliittiset"], "place_name": ["maailmalta"], "date": ["", "today"], "media_type": [""], "person": [""]}}} {"question": "n\u00e4yt\u00e4 minulla vastaus t\u00e4h\u00e4n ongelmaan kaksisataanelj\u00e4kymment\u00e4kuusi plus kuusisataanelj\u00e4kymment\u00e4nelj\u00e4", "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": "13411", "language": "Python", "test_category": "multiple_function", "gt": {"qa.maths": {"query": ["n\u00e4yt\u00e4 minulla vastaus t\u00e4h\u00e4n ongelmaan kaksisataanelj\u00e4kymment\u00e4kuusi plus kuusisataanelj\u00e4kymment\u00e4nelj\u00e4"]}}} {"question": "laita valot p\u00e4\u00e4lle keitti\u00f6ss\u00e4", "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": "286", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lighton": {"house_place": ["keitti\u00f6ss\u00e4"]}}} {"question": "nollaa minun sijainti listani", "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": "10579", "language": "Python", "test_category": "multiple_function", "gt": {"lists.remove": {"list_name": ["sijainti"], "date": [""]}}} {"question": "peru illallinen t\u00e4n\u00e4 iltana", "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": "7891", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"meal_type": ["illallinen"], "timeofday": ["t\u00e4n\u00e4 iltana"], "date": [""], "event_name": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""]}}} {"question": "miten p\u00e4\u00e4sen rautatieasemalle hakemaan lippua", "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": "12189", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"place_name": ["rautatieasemalle"], "business_name": [""], "business_type": [""], "date": ["", "today"], "time": ["", "now"], "timeofday": [""], "transport_name": [""], "transport_type": [""]}}} {"question": "raulin h\u00e4\u00e4t muistutus", "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": "9035", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"person": ["raulin"], "event_name": ["h\u00e4\u00e4t"], "date": ["", "today"], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "haluaisin keitti\u00f6n olevan eri v\u00e4rinen", "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": "3674", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightchange": {"house_place": ["keitti\u00f6n"], "color_type": ["", "random"], "time": ["", "now"]}}} {"question": "soita jokin hyv\u00e4 laulu soittolistaltani", "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": "5948", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"music_descriptor": ["hyv\u00e4 laulu"], "artist_name": [""], "device_type": [""], "media_type": [""], "music_album": [""], "music_genre": [""], "player_setting": [""], "playlist_name": [""], "song_name": [""]}}} {"question": "avaa \u00e4\u00e4nikirja", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "9881", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"media_type": ["\u00e4\u00e4nikirja"], "audiobook_author": [""], "audiobook_name": [""], "player_setting": [""]}}} {"question": "l\u00e4het\u00e4 s\u00e4hk\u00f6posti terolle", "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": "16398", "language": "Python", "test_category": "multiple_function", "gt": {"email.sendemail": {"person": ["terolle"], "email_address": [""], "event_name": ["", "empty"], "relation": [""]}}} {"question": "voitko varata uberin huomiselle", "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": "12160", "language": "Python", "test_category": "multiple_function", "gt": {"transport.taxi": {"transport_agency": ["uberin"], "date": ["huomiselle"], "place_name": [""], "time": ["", "now"], "timeofday": [""], "transport_type": [""]}}} {"question": "\u00e4l\u00e4 her\u00e4t\u00e4 minua huomenna", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "4712", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"date": ["huomenna"], "time": [""]}}} {"question": "katso onko minulla yht\u00e4\u00e4n uutta s\u00e4hk\u00f6postia is\u00e4lt\u00e4", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15890", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"relation": ["is\u00e4lt\u00e4"], "business_name": [""], "date": [""], "email_folder": [""], "event_name": [""], "person": [""], "time": [""], "timeofday": [""]}}} {"question": "laita kaikki valot", "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": "5501", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"device_type": ["kaikki valot"], "change_amount": ["", "20 percent"], "house_place": ["", "all"]}}} {"question": "aseta her\u00e4tys torstaille aamuseitsem\u00e4ksi", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "174", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"date": ["torstaille"], "time": ["aamuseitsem\u00e4ksi"], "timeofday": [""]}}} {"question": "ole hyv\u00e4 hiljenn\u00e4 kaiuttimen voimakkuutta", "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": "kuinka monta minuuttia minun on odotettava ruoan noutamiseen hesburgerista", "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": "6072", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.query": {"business_name": ["hesburgerista"], "business_type": [""], "food_type": [""], "meal_type": [""], "order_type": ["", "takeaway"]}}} {"question": "paljonko kello on new yorkissa nyt", "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": ["new yorkissa"], "date": [""], "time_zone": ["", "current"]}}} {"question": "puhu \u00e4\u00e4nekk\u00e4\u00e4sti", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3590", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_up": {}}} {"question": "min\u00e4 pid\u00e4n t\u00e4st\u00e4 laulusta tallenna se kiitos", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "931", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "n\u00e4yt\u00e4 kaija koon el\u00e4m\u00e4kerta", "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": "14126", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["n\u00e4yt\u00e4 kaija koon el\u00e4m\u00e4kerta"]}}} {"question": "muistuta minua kuinka monta listaa minulla on", "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": "10957", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"date": [""], "list_name": [""]}}} {"question": "soita uudelleen viimeksi kuuntelemani podcast", "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": "11505", "language": "Python", "test_category": "multiple_function", "gt": {"play.podcasts": {"player_setting": ["soita uudelleen"], "person": [""], "podcast_descriptor": [""], "podcast_name": [""]}}} {"question": "mykist\u00e4 tunniksi", "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": ["tunniksi"], "date": [""], "timeofday": [""]}}} {"question": "sammuta makuuhuoneen valo puoli kymmenen illalla", "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": "6074", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"house_place": ["makuuhuoneen"], "time": ["puoli kymmenen illalla"], "device_type": [""]}}} {"question": "mit\u00e4 katsoisin t\u00e4n\u00e4\u00e4n", "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": "11932", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.movies": {"date": ["t\u00e4n\u00e4\u00e4n"], "business_type": [""], "movie_name": [""], "movie_type": [""], "time": ["", "now"], "timeofday": [""]}}} {"question": "voitko luoda uuden listan minulle", "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": "10563", "language": "Python", "test_category": "multiple_function", "gt": {"lists.createoradd": {"event_name": [""], "list_name": [""], "person": [""]}}} {"question": "mik\u00e4 on keskon osakkeen hinta", "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": "14189", "language": "Python", "test_category": "multiple_function", "gt": {"qa.stock": {"business_name": ["keskon"], "date": ["", "today"]}}} {"question": "olly voitko tehd\u00e4 kahvin kermalla", "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": "3196", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"coffee_type": ["kermalla"], "date": ["", "today"], "device_type": ["", "coffee machine"], "time": ["", "now"]}}} {"question": "onko mulla yht\u00e4\u00e4n h\u00e4lytyksi\u00e4 aamukuudeksi huomenna", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "3161", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"time": ["aamukuudeksi"], "date": ["huomenna"], "alarm_type": [""], "event_name": [""], "timeofday": [""]}}} {"question": "k\u00e4ynnist\u00e4 imuri", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "290", "language": "Python", "test_category": "multiple_function", "gt": {"iot.cleaning": {"device_type": ["imuri"], "general_frequency": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "minne voin menn\u00e4 illalla", "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": "11827", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.events": {"timeofday": ["illalla"], "business_name": [""], "date": ["", "today"], "event_name": [""], "place_name": ["", "users location"], "time": ["", "today"]}}} {"question": "minun t\u00e4ytyy tilata jotain ruokaa amarillosta", "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": "5840", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.order": {"business_name": ["amarillosta"], "business_type": [""], "drink_type": [""], "food_type": [""], "ingredient": [""], "meal_type": [""], "order_type": [""], "timeofday": [""]}}} {"question": "mik\u00e4 on tessan s\u00e4hk\u00f6postiosoite", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "15983", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"person": ["tessan"], "personal_info": ["s\u00e4hk\u00f6postiosoite"], "business_name": [""], "relation": [""]}}} {"question": "minun t\u00e4ytyy menn\u00e4 junalla saloon viidelt\u00e4 aamulla sunnuntaina", "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": "12127", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"transport_type": ["junalla"], "place_name": ["saloon"], "time": ["viidelt\u00e4 aamulla"], "date": ["sunnuntaina"], "timeofday": [""], "transport_descriptor": [""], "transport_name": [""]}}} {"question": "mik\u00e4 on m\u00e4\u00e4ritelm\u00e4 oikeustieteelle", "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": "12963", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["oikeustieteelle"]}}} {"question": "l\u00e4het\u00e4 valitus twiitill\u00e4 dressmanille", "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": "15518", "language": "Python", "test_category": "multiple_function", "gt": {"social.post": {"media_type": ["twiitill\u00e4"], "business_name": ["dressmanille"]}}} {"question": "tarvitsen hyvi\u00e4 ideoita ruoanvalmistukseen", "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": "10038", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"app_name": [""], "cooking_type": [""], "device_type": [""], "food_type": [""], "media_type": [""]}}} {"question": "laita virta p\u00e4\u00e4lle pistorasiassa yksi", "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": "426", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_on": {"device_type": ["pistorasiassa yksi"]}}} {"question": "mitk\u00e4 on abreun suosituimmat laulut", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "13855", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": ["abreun"], "song_name": [""]}}} {"question": "voisitko kertoa minulle liikenteest\u00e4", "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": "12789", "language": "Python", "test_category": "multiple_function", "gt": {"transport.traffic": {"place_name": ["", "current location, work"], "time": ["", "now"]}}} {"question": "soita t\u00e4n\u00e4 aamuna ohjelma asemalta satayksi piste yhdeks\u00e4n", "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": "9617", "language": "Python", "test_category": "multiple_function", "gt": {"play.radio": {"radio_name": ["satayksi piste yhdeks\u00e4n"], "app_name": [""], "device_type": [""], "house_place": [""], "media_type": [""], "music_genre": [""]}}} {"question": "onko dollarin kurssi noussut", "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": "13685", "language": "Python", "test_category": "multiple_function", "gt": {"qa.currency": {"query": ["onko dollarin kurssi noussut"]}}} {"question": "onko mit\u00e4\u00e4n uutta instagramissa", "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": "15333", "language": "Python", "test_category": "multiple_function", "gt": {"social.query": {"media_type": ["instagramissa"], "person": [""], "relation": [""]}}} {"question": "lis\u00e4\u00e4 s\u00e4hk\u00f6posti joni m\u00e4elle yhteystietoihini jonim\u00e4ki \u00e4t yahoo piste fi", "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": "16846", "language": "Python", "test_category": "multiple_function", "gt": {"email.addcontact": {"person": ["joni m\u00e4elle"], "email_address": ["jonim\u00e4ki \u00e4t yahoo piste fi"], "business_name": [""], "list_name": [""]}}} {"question": "kerro minulle hauska vitsi", "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": ["hauska"]}}} {"question": "sammuta \u00e4lypistorasia", "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": "5856", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_off": {"device_type": ["\u00e4lypistorasia"]}}} {"question": "himmenn\u00e4 keitti\u00f6n valoja", "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": "2016", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightdim": {"house_place": ["keitti\u00f6n"], "change_amount": ["", "20 percent"]}}} {"question": "pelaa shakkia", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10355", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": ["shakkia"]}}} {"question": "muistuta minua hankkimaan uusi kirjastokortti kun olen kirjastossa", "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": "7628", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"event_name": ["hankkimaan uusi kirjastokortti"], "place_name": ["kirjastossa"], "business_name": [""], "date": [""], "general_frequency": [""], "meal_type": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "en halua ikin\u00e4 kuulla t\u00e4t\u00e4 kappaletta uudestaan", "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": "2056", "language": "Python", "test_category": "multiple_function", "gt": {"music.dislikeness": {"music_genre": [""]}}} {"question": "miss\u00e4 porissa on apteekki", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "11628", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.locations": {"place_name": ["porissa"], "business_type": ["apteekki"], "business_name": [""], "food_type": [""]}}} {"question": "yhdysvaltojen ja kanadan v\u00e4linen aika", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "5332", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["yhdysvaltojen ja kanadan v\u00e4linen aika"]}}} {"question": "mitk\u00e4 ovat viimeisimm\u00e4t ylen uutiset", "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": "3605", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"media_type": ["ylen"], "date": ["", "today"], "news_topic": [""], "person": [""], "place_name": [""]}}} {"question": "jos kyn\u00e4 maksaa nelj\u00e4 dollaria ja kirja maksaa kymmenen dollaria kuinka paljon minun tulee maksaa jos ostan kaksi kyn\u00e4\u00e4 ja kolme kirjaa", "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": "14026", "language": "Python", "test_category": "multiple_function", "gt": {"qa.maths": {"query": ["jos kyn\u00e4 maksaa nelj\u00e4 dollaria ja kirja maksaa kymmenen dollaria kuinka paljon minun tulee maksaa jos ostan kaksi kyn\u00e4\u00e4 ja kolme kirjaa"]}}} {"question": "poista t\u00e4m\u00e4n viikon teht\u00e4v\u00e4ni", "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": "10985", "language": "Python", "test_category": "multiple_function", "gt": {"lists.remove": {"date": ["t\u00e4m\u00e4n viikon"], "list_name": ["teht\u00e4v\u00e4ni"]}}} {"question": "poista kalenterista l\u00e4\u00e4k\u00e4riaikani t\u00e4lt\u00e4 p\u00e4iv\u00e4lt\u00e4", "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": "9030", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"event_name": ["l\u00e4\u00e4k\u00e4riaikani"], "date": ["t\u00e4lt\u00e4 p\u00e4iv\u00e4lt\u00e4"], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "milloin l\u00e4htee seuraava juna rovaniemelle", "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": "12634", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"transport_type": ["juna"], "place_name": ["rovaniemelle"], "business_name": [""], "business_type": [""], "date": ["", "today"], "time": ["", "now"], "timeofday": [""], "transport_name": [""]}}} {"question": "milloin on seuraava ajanvaraukseni l\u00e4\u00e4k\u00e4ri smithin kanssa", "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": "7185", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"event_name": ["ajanvaraukseni"], "person": ["l\u00e4\u00e4k\u00e4ri smithin"], "date": ["", "today"], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "asunnon valot siniseksi", "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": "4248", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightchange": {"color_type": ["siniseksi"], "house_place": [""], "time": ["", "now"]}}} {"question": "seuraava kappale", "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": "1777", "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": "avaa lohik\u00e4\u00e4rmeen isku \u00e4\u00e4nikirja", "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": "9691", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"audiobook_name": ["lohik\u00e4\u00e4rmeen isku"], "audiobook_author": [""], "media_type": [""], "player_setting": [""]}}} {"question": "l\u00e4het\u00e4 karitalle s\u00e4hk\u00f6postia budjettipalaverista", "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": "15995", "language": "Python", "test_category": "multiple_function", "gt": {"email.sendemail": {"person": ["karitalle"], "event_name": ["budjettipalaverista"], "email_address": [""], "relation": [""]}}} {"question": "varaa taksi oulunkyl\u00e4\u00e4n puolen tunnin p\u00e4\u00e4h\u00e4n", "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": "12121", "language": "Python", "test_category": "multiple_function", "gt": {"transport.taxi": {"transport_type": ["taksi"], "place_name": ["oulunkyl\u00e4\u00e4n"], "time": ["puolen tunnin p\u00e4\u00e4h\u00e4n"], "date": ["", "today"], "timeofday": [""], "transport_agency": [""]}}} {"question": "sammuta h\u00e4lytykseni", "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": "2168", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"date": [""], "time": [""]}}} {"question": "olenko saanut yht\u00e4\u00e4n s\u00e4hk\u00f6postia puolenp\u00e4iv\u00e4n j\u00e4lkeen", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16799", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"timeofday": ["puolenp\u00e4iv\u00e4n"], "business_name": [""], "date": [""], "email_folder": [""], "event_name": [""], "person": [""], "relation": [""], "time": [""]}}} {"question": "ole hyv\u00e4 laita n\u00e4yt\u00f6n kirkkaus kokonaan yl\u00f6s", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "1072", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"device_type": ["n\u00e4yt\u00f6n"], "change_amount": ["kokonaan"], "house_place": ["", "all"]}}} {"question": "her\u00e4t\u00e4 minut viidelt\u00e4 aamulla t\u00e4ll\u00e4 viikolla", "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": ["viidelt\u00e4 aamulla"], "date": ["t\u00e4ll\u00e4 viikolla"], "timeofday": [""]}}} {"question": "saako mcdonaldsista noutoruokaa", "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": "3021", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.query": {"business_name": ["mcdonaldsista"], "business_type": [""], "food_type": [""], "meal_type": [""], "order_type": ["", "takeaway"]}}} {"question": "sataako t\u00e4n\u00e4 y\u00f6n\u00e4", "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": "2678", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["sataako"], "timeofday": ["t\u00e4n\u00e4 y\u00f6n\u00e4"], "date": ["", "today"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"]}}} {"question": "kerro paljonko kello on t\u00e4ll\u00e4 aikavy\u00f6hykkeell\u00e4", "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": "4772", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"time_zone": ["t\u00e4ll\u00e4 aikavy\u00f6hykkeell\u00e4"], "date": [""], "place_name": ["", "current"]}}} {"question": "nosta nykyisen musiikin \u00e4\u00e4nenvoimakkuutta", "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": "1630", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_up": {}}} {"question": "kivat sanoitukset", "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": "4086", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "miss\u00e4 steve jobs syntyi", "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": "14330", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["miss\u00e4 steve jobs syntyi"]}}} {"question": "anna kaikki saatavilla olevat listat", "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": "11172", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"date": [""], "list_name": [""]}}} {"question": "soita viimeisin aki linnanahde podcast", "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": "11442", "language": "Python", "test_category": "multiple_function", "gt": {"play.podcasts": {"person": ["aki linnanahde"], "player_setting": [""], "podcast_descriptor": [""], "podcast_name": [""]}}} {"question": "mykist\u00e4 kaiuttimeni", "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": "4994", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"date": [""], "time": [""], "timeofday": [""]}}} {"question": "ei valoja keitti\u00f6ss\u00e4", "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": "3378", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"house_place": ["keitti\u00f6ss\u00e4"], "device_type": [""], "time": ["", "now"]}}} {"question": "millainen on uusi swat elokuva", "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": "11733", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.movies": {"movie_name": ["swat"], "business_type": [""], "date": ["", "today"], "movie_type": [""], "time": ["", "now"], "timeofday": [""]}}} {"question": "kuinka paljon kemiran osakkeen ostaminen maksaa", "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": "14926", "language": "Python", "test_category": "multiple_function", "gt": {"qa.stock": {"business_name": ["kemiran"], "date": ["", "today"]}}} {"question": "tee minulle kuppi kahvia suolatun karamellin makuisella kermalla", "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": "3138", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"coffee_type": ["suolatun karamellin makuisella kermalla"], "date": ["", "today"], "device_type": ["", "coffee machine"], "time": ["", "now"]}}} {"question": "mik\u00e4 on her\u00e4tys aika h\u00e4lytykselleni jonka asetin lentoa varten t\u00e4n\u00e4 viikonloppuna", "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": "3870", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"alarm_type": ["her\u00e4tys"], "date": ["t\u00e4n\u00e4 viikonloppuna"], "event_name": [""], "time": [""], "timeofday": [""]}}} {"question": "siivoa lattia", "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": "6159", "language": "Python", "test_category": "multiple_function", "gt": {"iot.cleaning": {"house_place": ["lattia"], "device_type": ["", "vacuum"], "general_frequency": [""], "time": ["", "now"]}}} {"question": "onko helsingiss\u00e4 t\u00e4n\u00e4\u00e4n mit\u00e4\u00e4n hauskoja tapahtumia", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12008", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.events": {"place_name": ["helsingiss\u00e4"], "date": ["t\u00e4n\u00e4\u00e4n"], "business_name": [""], "event_name": [""], "time": ["", "today"], "timeofday": [""]}}} {"question": "haluan tilata kiinalaista noutoruokaa", "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": "3835", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.order": {"food_type": ["kiinalaista"], "order_type": ["noutoruokaa"], "business_name": [""], "business_type": [""], "drink_type": [""], "ingredient": [""], "meal_type": [""], "timeofday": [""]}}} {"question": "onko meill\u00e4 markun toimiston numero", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "16983", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"person": ["markun"], "personal_info": ["toimiston numero"], "business_name": [""], "relation": [""]}}} {"question": "minun t\u00e4ytyy saada lippu junaan helsingist\u00e4 jyv\u00e4skyl\u00e4\u00e4n", "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": "12607", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"transport_type": ["junaan"], "place_name": ["helsingist\u00e4 jyv\u00e4skyl\u00e4\u00e4n"], "date": ["", "today"], "time": [""], "timeofday": [""], "transport_descriptor": [""], "transport_name": [""]}}} {"question": "mik\u00e4 on hypoteesi", "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": "14347", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["hypoteesi"]}}} {"question": "twiittaa jotain puolestani", "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": "15216", "language": "Python", "test_category": "multiple_function", "gt": {"social.post": {"media_type": ["twiittaa"], "business_name": [""]}}} {"question": "n\u00e4yt\u00e4 minulle paras resepti spagetille", "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": "10197", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"food_type": ["spagetille"], "app_name": [""], "cooking_type": [""], "device_type": [""], "media_type": [""]}}} {"question": "ota pistorasiani k\u00e4ytt\u00f6\u00f6n", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "322", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_on": {"device_type": ["pistorasiani"]}}} {"question": "mit\u00e4 musiikkia soi juuri nyt", "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": "2094", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": [""], "song_name": [""]}}} {"question": "millainen liikenne on juuri nyt", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12685", "language": "Python", "test_category": "multiple_function", "gt": {"transport.traffic": {"place_name": ["", "current location, work"], "time": ["", "now"]}}} {"question": "f. m. yhdeks\u00e4nkymment\u00e4kolme piste viisi radio kappaleet", "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": "9594", "language": "Python", "test_category": "multiple_function", "gt": {"play.radio": {"radio_name": ["f. m. yhdeks\u00e4nkymment\u00e4kolme piste viisi radio"], "media_type": ["kappaleet"], "app_name": [""], "device_type": [""], "house_place": [""], "music_genre": [""]}}} {"question": "mik\u00e4 on t\u00e4m\u00e4n hetken valuuttakurssi kiinassa", "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": "13688", "language": "Python", "test_category": "multiple_function", "gt": {"qa.currency": {"query": ["mik\u00e4 on t\u00e4m\u00e4n hetken valuuttakurssi kiinassa"]}}} {"question": "kuka on tekem\u00e4ss\u00e4 facebook live\u00e4 juuri nyt", "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": "15348", "language": "Python", "test_category": "multiple_function", "gt": {"social.query": {"media_type": ["facebook live\u00e4"], "person": [""], "relation": [""]}}} {"question": "kerro minulle hyv\u00e4 vitsi nyt heti", "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": "5952", "language": "Python", "test_category": "multiple_function", "gt": {"general.joke": {"joke_type": ["hyv\u00e4"]}}} {"question": "sammuta pistorasia", "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": "2690", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_off": {"device_type": ["pistorasia"]}}} {"question": "himmenn\u00e4 valot olohuoneessa", "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": "1030", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightdim": {"house_place": ["olohuoneessa"], "change_amount": ["", "20 percent"]}}} {"question": "pelaa pingist\u00e4", "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": "10308", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": ["pingist\u00e4"]}}} {"question": "j\u00e4rjest\u00e4 tapaaminen henrin kanssa hyvink\u00e4\u00e4ll\u00e4 kahdeltatoista", "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": "7596", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"event_name": ["tapaaminen"], "person": ["henrin"], "place_name": ["hyvink\u00e4\u00e4ll\u00e4"], "timeofday": ["kahdeltatoista"], "business_name": [""], "date": [""], "general_frequency": [""], "meal_type": [""], "relation": [""], "time": [""]}}} {"question": "haluan tiet\u00e4\u00e4 miss\u00e4 supermarketissa l\u00e4hell\u00e4 minua on parhaat hinnat gluteenittomalle leiv\u00e4lle", "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": "13318", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.locations": {"business_type": ["supermarketissa"], "food_type": ["gluteenittomalle leiv\u00e4lle"], "business_name": [""], "place_name": ["", "users location"]}}} {"question": "muunna manilan aamu kahdeksan new yorkin aikaan", "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": "5204", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["muunna manilan aamu kahdeksan new yorkin aikaan"]}}} {"question": "mik\u00e4 on tilanne tutkimuksessa trumpin siteist\u00e4 ven\u00e4j\u00e4\u00e4n", "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": "3214", "language": "Python", "test_category": "multiple_function", "gt": {"news.query": {"news_topic": ["tutkimuksessa trumpin siteist\u00e4"], "place_name": ["ven\u00e4j\u00e4\u00e4n"], "date": ["", "today"], "media_type": [""], "person": [""]}}} {"question": "kaksi kertaa kaksi on", "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": "13766", "language": "Python", "test_category": "multiple_function", "gt": {"qa.maths": {"query": ["kaksi kertaa kaksi on"]}}} {"question": "tyhjenn\u00e4 kalenterini lauantailta", "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": "7741", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.remove": {"date": ["lauantailta"], "event_name": [""], "meal_type": [""], "person": [""], "place_name": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "mik\u00e4 on nopein reitti p\u00e4\u00e4st\u00e4 hesburgeriin", "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": "12526", "language": "Python", "test_category": "multiple_function", "gt": {"transport.query": {"business_name": ["hesburgeriin"], "business_type": [""], "date": ["", "today"], "place_name": [""], "time": ["", "now"], "timeofday": [""], "transport_name": [""], "transport_type": [""]}}} {"question": "listaa aikatauluni t\u00e4n\u00e4\u00e4n", "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": "6850", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.query": {"date": ["t\u00e4n\u00e4\u00e4n"], "event_name": [""], "person": [""], "relation": [""], "time": [""], "timeofday": [""]}}} {"question": "olli vaihda valojen v\u00e4ri", "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": "4516", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightchange": {"color_type": ["", "random"], "house_place": [""], "time": ["", "now"]}}} {"question": "haluan reggaeta", "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": "5557", "language": "Python", "test_category": "multiple_function", "gt": {"play.music": {"music_genre": ["reggaeta"], "artist_name": [""], "device_type": [""], "media_type": [""], "music_album": [""], "music_descriptor": [""], "player_setting": [""], "playlist_name": [""], "song_name": [""]}}} {"question": "avaa davinci koodi \u00e4\u00e4nikirja", "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": "9732", "language": "Python", "test_category": "multiple_function", "gt": {"play.audiobook": {"audiobook_name": ["davinci koodi"], "media_type": ["\u00e4\u00e4nikirja"], "audiobook_author": [""], "player_setting": [""]}}} {"question": "auttaisitko l\u00e4hett\u00e4m\u00e4\u00e4n s\u00e4hk\u00f6postin perheelleni", "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": "16049", "language": "Python", "test_category": "multiple_function", "gt": {"email.sendemail": {"relation": ["perheelleni"], "email_address": [""], "event_name": ["", "empty"], "person": [""]}}} {"question": "hanki minulle uber", "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": "12377", "language": "Python", "test_category": "multiple_function", "gt": {"transport.taxi": {"transport_agency": ["uber"], "date": ["", "today"], "place_name": [""], "time": ["", "now"], "timeofday": [""], "transport_type": [""]}}} {"question": "poista her\u00e4tys", "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": "6162", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.remove": {"date": [""], "time": [""]}}} {"question": "n\u00e4yt\u00e4 minulle kaikki viimeisen tunnin aikana saapuneet s\u00e4hk\u00f6postit", "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": "17098", "language": "Python", "test_category": "multiple_function", "gt": {"email.query": {"time": ["viimeisen tunnin"], "business_name": [""], "date": [""], "email_folder": [""], "event_name": [""], "person": [""], "relation": [""], "timeofday": [""]}}} {"question": "voitko lis\u00e4t\u00e4 valoja minulle ole hyv\u00e4", "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": "3008", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightup": {"change_amount": ["", "20 percent"], "device_type": ["", "all"], "house_place": ["", "all"]}}} {"question": "haluan h\u00e4lytyksen kolmelta t\u00e4n\u00e4\u00e4n", "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": "3695", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.set": {"time": ["kolmelta"], "date": ["t\u00e4n\u00e4\u00e4n"], "timeofday": [""]}}} {"question": "tekeek\u00f6 hanko sushi noutoruokaa", "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": "5406", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.query": {"business_name": ["hanko sushi"], "order_type": ["noutoruokaa"], "business_type": [""], "food_type": [""], "meal_type": [""]}}} {"question": "mik\u00e4 on sateen mahdollisuus t\u00e4n\u00e4\u00e4n", "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": "3516", "language": "Python", "test_category": "multiple_function", "gt": {"weather.query": {"weather_descriptor": ["sateen"], "date": ["t\u00e4n\u00e4\u00e4n"], "event_name": [""], "general_frequency": [""], "place_name": ["", "current location"], "time": ["", "now"], "timeofday": [""]}}} {"question": "n\u00e4yt\u00e4 minulle paljonko kello on saksassa", "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": "1537", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.query": {"place_name": ["saksassa"], "date": [""], "time_zone": ["", "current"]}}} {"question": "en kuule sinua", "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": "258", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_up": {}}} {"question": "hyv\u00e4 kappale liikenteeseen", "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": "1872", "language": "Python", "test_category": "multiple_function", "gt": {"music.likeness": {"artist_name": [""], "playlist_name": [""]}}} {"question": "mik\u00e4 oli juice leskisen syntym\u00e4p\u00e4iv\u00e4", "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": "14063", "language": "Python", "test_category": "multiple_function", "gt": {"qa.factoid": {"query": ["mik\u00e4 oli juice leskisen syntym\u00e4p\u00e4iv\u00e4"]}}} {"question": "mitk\u00e4 listat minun muistikirjassani on", "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": "11081", "language": "Python", "test_category": "multiple_function", "gt": {"lists.query": {"date": [""], "list_name": [""]}}} {"question": "nikotellen podcast toista se", "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": "11361", "language": "Python", "test_category": "multiple_function", "gt": {"play.podcasts": {"podcast_name": ["nikotellen"], "person": [""], "player_setting": [""], "podcast_descriptor": [""]}}} {"question": "hiljaisuus kahdeksi tunniksi", "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": "2205", "language": "Python", "test_category": "multiple_function", "gt": {"audio.volume_mute": {"time": ["kahdeksi tunniksi"], "date": [""], "timeofday": [""]}}} {"question": "sammuta kuistin valo", "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": "6073", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightoff": {"house_place": ["kuistin"], "device_type": [""], "time": ["", "now"]}}} {"question": "mit\u00e4 elokuvia on menossa l\u00e4hell\u00e4ni", "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": "11636", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.movies": {"business_type": [""], "date": ["", "today"], "movie_name": [""], "movie_type": [""], "time": ["", "now"], "timeofday": [""]}}} {"question": "nokian t\u00e4m\u00e4n p\u00e4iv\u00e4n osakekurssi", "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": "14090", "language": "Python", "test_category": "multiple_function", "gt": {"qa.stock": {"business_name": ["nokian"], "date": ["", "today"]}}} {"question": "keit\u00e4 kahvia nyt", "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": "2026", "language": "Python", "test_category": "multiple_function", "gt": {"iot.coffee": {"coffee_type": ["", "cappuccino"], "date": ["", "today"], "device_type": ["", "coffee machine"], "time": ["", "now"]}}} {"question": "asetinko h\u00e4lytyksen jotta muistan ottaa pillerit keskip\u00e4iv\u00e4ll\u00e4", "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": "5974", "language": "Python", "test_category": "multiple_function", "gt": {"alarm.query": {"event_name": ["ottaa pillerit"], "timeofday": ["keskip\u00e4iv\u00e4ll\u00e4"], "alarm_type": [""], "date": [""], "time": [""]}}} {"question": "k\u00e4ynnist\u00e4 imuri", "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": "1151", "language": "Python", "test_category": "multiple_function", "gt": {"iot.cleaning": {"device_type": ["imuri"], "general_frequency": [""], "house_place": [""], "time": ["", "now"]}}} {"question": "onko t\u00e4n\u00e4 viikonloppuna mit\u00e4\u00e4n hyvi\u00e4 tapahtumia t\u00e4ll\u00e4 alueella", "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": "11911", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.events": {"date": ["t\u00e4n\u00e4 viikonloppuna"], "business_name": [""], "event_name": [""], "place_name": ["", "users location"], "time": ["", "today"], "timeofday": [""]}}} {"question": "tilaa yksi pizza pizza hutista", "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": "1831", "language": "Python", "test_category": "multiple_function", "gt": {"takeaway.order": {"food_type": ["pizza"], "business_name": ["pizza hutista"], "business_type": [""], "drink_type": [""], "ingredient": [""], "meal_type": [""], "order_type": [""], "timeofday": [""]}}} {"question": "mik\u00e4 on leon s\u00e4hk\u00f6posti", "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": "17095", "language": "Python", "test_category": "multiple_function", "gt": {"email.querycontact": {"person": ["leon"], "personal_info": ["s\u00e4hk\u00f6posti"], "business_name": [""], "relation": [""]}}} {"question": "etsi minulle junalippu keravalle", "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": "12724", "language": "Python", "test_category": "multiple_function", "gt": {"transport.ticket": {"place_name": ["keravalle"], "date": ["", "today"], "time": [""], "timeofday": [""], "transport_descriptor": [""], "transport_name": [""], "transport_type": ["", "train"]}}} {"question": "m\u00e4\u00e4ritelm\u00e4 nopeudelle", "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": "14378", "language": "Python", "test_category": "multiple_function", "gt": {"qa.definition": {"definition_word": ["nopeudelle"]}}} {"question": "l\u00e4hetet\u00e4\u00e4np\u00e4 twiitti", "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": "15707", "language": "Python", "test_category": "multiple_function", "gt": {"social.post": {"media_type": ["twiitti"], "business_name": [""]}}} {"question": "n\u00e4yt\u00e4 minulle video paistetun kanan valmistuksesta", "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": "9955", "language": "Python", "test_category": "multiple_function", "gt": {"cooking.recipe": {"media_type": ["video"], "food_type": ["paistetun kanan"], "app_name": [""], "cooking_type": [""], "device_type": [""]}}} {"question": "mik\u00e4 kappale soi radiossa", "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": "2365", "language": "Python", "test_category": "multiple_function", "gt": {"music.query": {"artist_name": [""], "song_name": [""]}}} {"question": "kerro kaupungin liikenteest\u00e4", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "12254", "language": "Python", "test_category": "multiple_function", "gt": {"transport.traffic": {"place_name": ["kaupungin"], "time": ["", "now"]}}} {"question": "soita yle radio", "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": "9384", "language": "Python", "test_category": "multiple_function", "gt": {"play.radio": {"radio_name": ["yle radio"], "app_name": [""], "device_type": [""], "house_place": [""], "media_type": [""], "music_genre": [""]}}} {"question": "mik\u00e4 on yhden englannin punnan vaihtokurssi", "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": "14859", "language": "Python", "test_category": "multiple_function", "gt": {"qa.currency": {"query": ["mik\u00e4 on yhden englannin punnan vaihtokurssi"]}}} {"question": "milt\u00e4 minun facebook sein\u00e4ni n\u00e4ytt\u00e4\u00e4", "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": "4334", "language": "Python", "test_category": "multiple_function", "gt": {"social.query": {"media_type": ["facebook"], "person": [""], "relation": [""]}}} {"question": "mik\u00e4 on hyv\u00e4 vitsi", "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": ["hyv\u00e4"]}}} {"question": "virrat pois philips hue pistokkeesta", "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": "3298", "language": "Python", "test_category": "multiple_function", "gt": {"iot.wemo_off": {"device_type": ["philips hue pistokkeesta"]}}} {"question": "himmenn\u00e4 valoja", "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": "1778", "language": "Python", "test_category": "multiple_function", "gt": {"iot.hue_lightdim": {"change_amount": ["", "20 percent"], "house_place": [""]}}} {"question": "pelaa jalkapalloa kanssani", "function": [{"name": "alarm.query", "description": "Query date, time, or event name for any or all alarms currently set. If no arguments are provided then it returns date(s), time, and event name for all alarms currently set. The default user experience is that it plays and shows the date(s), times, and event names of all alarms currently set", "parameters": {"type": "dict", "properties": {"alarm_type": {"type": "string", "description": "type of alarm", "optional": true}, "date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "event_name": {"type": "string", "description": "event label of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "alarm.remove", "description": "Remove alarms. If no arguments are provided then it removes the current alarm or the last set alarm. The default user experience is that it opens a window asking to confirm alarm deletion", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}}, "required": []}}, {"name": "alarm.set", "description": "Set alarms. The API cannot be called without any arguments. The default user experience is that it opens a window asking for the time, date(s), and optionally event name for the new alarm", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "day(s) or date(s) of alarm", "optional": true}, "time": {"type": "string", "description": "time of alarm", "optional": true}, "timeofday": {"type": "string", "description": "time of day of alarm", "optional": true}}, "required": []}}, {"name": "audio.volume_down", "description": "Decrease volume of all speakers. If no arguments are provided then it decreases the volume of all speakers by ten percent. The default user experience is that it decreases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "audio.volume_mute", "description": "Sets volume of all speakers to zero for a specified or unspecified time. If no arguments are provided then it sets the volume of all speakers to zero. The default user experience is that it sets the volume of all speakers to zero", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to persist the mute behavior", "optional": true}, "time": {"type": "string", "description": "time to persist the mute behavior", "optional": true}, "timeofday": {"type": "string", "description": "time of day to persist the mute behavior", "optional": true}}, "required": []}}, {"name": "audio.volume_up", "description": "Increase volume of all speakers. If no arguments are provided then it increases the volume of all speakers by ten percent. The default user experience is that it increases the volume of all speakers by ten percent", "parameters": {"type": "dict", "properties": {}, "required": []}}, {"name": "calendar.query", "description": "Query the calendar for an event with specific details. If no arguments are provided then it returns all calendar events for the current day. The default user experience is that it shows and reads all calendar events for today", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date to query for calendar events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of calendar event to query", "optional": true}, "person": {"type": "string", "description": "name of person to query for calendar events", "optional": true}, "relation": {"type": "string", "description": "relation of person to the user to query for related calendar events", "optional": true}, "time": {"type": "string", "description": "time to query for calendar events", "optional": true}, "timeofday": {"type": "string", "description": "time of day to query for calendar events", "optional": true}}, "required": []}}, {"name": "calendar.remove", "description": "Remove an event from the calendar. If no arguments are provided then it removes all calendar events. The default user experience is that it raises a confirmation box asking if the user wants to delete all events from the calendar", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "Date associated with calendar event to be removed", "optional": true}, "event_name": {"type": "string", "description": "Name of event associated with calendar event to be removed", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event to be removed", "optional": true}, "person": {"type": "string", "description": "Person associated with calendar event to be removed", "optional": true}, "place_name": {"type": "string", "description": "Name of place associated with calendar event to be removed", "optional": true}, "relation": {"type": "string", "description": "relation of person to user associated with the calendar event is to be removed", "optional": true}, "time": {"type": "string", "description": "time of calendar event to be removed", "optional": true}, "timeofday": {"type": "string", "description": "Time of day for which to remove calendar event", "optional": true}}, "required": []}}, {"name": "calendar.set", "description": "Create a calendar event with specified details. If no arguments are provided then it creates a empty event on the calendar for the current time. The default user experience is that it opens a screen for adding a new calendar event with specified information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business associated with calendar event", "optional": true}, "date": {"type": "string", "description": "date on which calendar event should occur", "optional": true}, "event_name": {"type": "string", "description": "Name of the calendar event", "optional": true}, "general_frequency": {"type": "string", "description": "Frequency of repetition of calendar event", "optional": true}, "meal_type": {"type": "string", "description": "Type of meal associated with calendar event", "optional": true}, "person": {"type": "string", "description": "Name of person associated with the calendar event", "optional": true}, "place_name": {"type": "string", "description": "Name of place where the calendar event occurs", "optional": true}, "relation": {"type": "string", "description": "Relation of the person to the user associated with calendar event", "optional": true}, "time": {"type": "string", "description": "Time at which the calendar event starts", "optional": true}, "timeofday": {"type": "string", "description": "Time of day to set the calendar event", "optional": true}}, "required": []}}, {"name": "cooking.recipe", "description": "Query for how to cook a specific recipe or with ingredients. If no arguments are provided then it show a random popular cooking recipe. The default user experience is that it shows a random popular cooking recipe", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "Name of app to search for cooking recipes", "optional": true}, "cooking_type": {"type": "string", "description": "Method of preparation to use for cooking", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use for cooking", "optional": true}, "food_type": {"type": "string", "description": "type of food to cook", "optional": true}, "media_type": {"type": "string", "description": "Type of media to search for the cooking recipe", "optional": true}}, "required": []}}, {"name": "datetime.convert", "description": "Convert date and time from one timezone to another. The API cannot be called without any arguments. The default user experience is that it opens a window showing the current time in major world cities", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for date time conversion", "optional": true}}, "required": ["query"]}}, {"name": "datetime.query", "description": "Query the date and time for a given place or timezone. If no arguments are provided then it returns the date and time for the current location and timezone. The default user experience is that it reads out the date and time for the requested location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query date time", "optional": true}, "place_name": {"type": "string", "description": "name of place to query date time", "default": "current", "optional": true}, "time_zone": {"type": "string", "description": "time zone to query date time", "default": "current", "optional": true}}, "required": []}}, {"name": "email.addcontact", "description": "Add a person or business to the list of email contacts. The API cannot be called without any arguments. The default user experience is that it opens the email app for a new contact and fills out the specified information for the user to edit or confirm", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to add to contacts", "optional": true}, "email_address": {"type": "string", "description": "email address to add to contacts", "optional": true}, "list_name": {"type": "string", "description": "name of list to which to add contact", "optional": true}, "person": {"type": "string", "description": "person to add to contacts", "optional": true}}, "required": []}}, {"name": "email.query", "description": "Query the email app for unread emails. If no arguments are provided then it returns all unread emails over the past two days. The default user experience is that it opens the email app and reads out the number of unread emails from specified sender", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to query email", "optional": true}, "date": {"type": "string", "description": "datefor which to query email", "optional": true}, "email_folder": {"type": "string", "description": "email folder to search for email", "optional": true}, "event_name": {"type": "string", "description": "name of event to query email", "optional": true}, "person": {"type": "string", "description": "person for whom to query email", "optional": true}, "relation": {"type": "string", "description": "relationship of person to user for which to query email", "optional": true}, "time": {"type": "string", "description": "time period for which to query email", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to query email", "optional": true}}, "required": []}}, {"name": "email.querycontact", "description": "Query information for an email contact. The API cannot be called without any arguments. The default user experience is that it opens the email app to the contact info for requested contact and reads out requested information", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business information to query", "optional": true}, "person": {"type": "string", "description": "person who's information to query", "optional": true}, "personal_info": {"type": "string", "description": "information to query for a contact", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to query email", "optional": true}}, "required": []}}, {"name": "email.sendemail", "description": "Send an email to a specific contact for a given event. The API cannot be called without any arguments. The default user experience is that it opens the email app to a new email with the contact and subject information filled based on user specification", "parameters": {"type": "dict", "properties": {"email_address": {"type": "string", "description": "email address to send email", "optional": true}, "event_name": {"type": "string", "description": "event name to become subject of email", "default": "empty", "optional": true}, "person": {"type": "string", "description": "Person to whom to send email", "optional": true}, "relation": {"type": "string", "description": "Relationship of person with user to whom to send email", "optional": true}}, "required": []}}, {"name": "general.joke", "description": "Ask for a random or a specific type of joke. If no arguments are provided then it returns a self-contained (one turn) joke. The default user experience is that it reads out the joke to the user", "parameters": {"type": "dict", "properties": {"joke_type": {"type": "string", "description": "type of joke", "default": "random", "optional": true}}, "required": []}}, {"name": "iot.cleaning", "description": "Activate a cleaning device to clean a specific room or the entire house. The API cannot be called without any arguments. The default user experience is that it activates the specified device and cleans the specified place in the house", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "type of device used to clean", "default": "vacuum", "optional": true}, "general_frequency": {"type": "string", "description": "frequency at which to clean", "optional": true}, "house_place": {"type": "string", "description": "place of the house to clean", "optional": true}, "time": {"type": "string", "description": "time at which to clean", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.coffee", "description": "Request to make coffee for a specified coffee type and machine. If no arguments are provided then it start making coffee based on defaults. The default user experience is that it starts making coffee based on user specifications", "parameters": {"type": "dict", "properties": {"coffee_type": {"type": "string", "description": "type of coffee to be made", "default": "cappuccino", "optional": true}, "date": {"type": "string", "description": "date for which to schedule coffee", "default": "today", "optional": true}, "device_type": {"type": "string", "description": "type of device used to make coffee", "default": "coffee machine", "optional": true}, "time": {"type": "string", "description": "Time at which to make coffee", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightchange", "description": "Change color of light to a specified color or random. If no arguments are provided then it changes color of light to a random different color. The default user experience is that it changes the color of the lights as specified by the user", "parameters": {"type": "dict", "properties": {"color_type": {"type": "string", "description": "Color to change the lights", "default": "random", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to change the lights", "optional": true}, "time": {"type": "string", "description": "time at which to change lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lightdim", "description": "Decreases the brightness of the light for a specified room or all lights. If no arguments are provided then it decreases the brightness of all the lights by 20%. The default user experience is that it decreases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which todim the lights", "default": "20 percent", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to dim the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightoff", "description": "Turn off lights for a specified room or all lights. If no arguments are provided then it turns off all lights. The default user experience is that it turns off the lights specified by the user", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Type of devices to turnoff the lights", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turnoff the lights", "optional": true}, "time": {"type": "string", "description": "time at which to turn off lights", "default": "now", "optional": true}}, "required": []}}, {"name": "iot.hue_lighton", "description": "Turn on lights for a specified room or all lights. If no arguments are provided then it turns on all the lights. The default user experience is that it turns on the lights specified by the user", "parameters": {"type": "dict", "properties": {"house_place": {"type": "string", "description": "Place in the house to turnon the lights", "optional": true}}, "required": []}}, {"name": "iot.hue_lightup", "description": "Increases the brightness of the light for a specified room or all lights. If no arguments are provided then it increases the brightness of all the lights by 20%. The default user experience is that it increases the brightness of the lights by the specified by the user", "parameters": {"type": "dict", "properties": {"change_amount": {"type": "string", "description": "Percentage by which to turn up the lights", "default": "20 percent", "optional": true}, "device_type": {"type": "string", "description": "Type of devices to turn up the lights", "default": "all", "optional": true}, "house_place": {"type": "string", "description": "Place in the house to turn up the lights", "default": "all", "optional": true}}, "required": []}}, {"name": "iot.wemo_off", "description": "Turn off a specific plug or device. If no arguments are provided then it turn off all devices. The default user experience is that it turns off the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn off", "optional": true}}, "required": []}}, {"name": "iot.wemo_on", "description": "Turn on a specific plug or device. The API cannot be called without any arguments. The default user experience is that it turns on the specified device", "parameters": {"type": "dict", "properties": {"device_type": {"type": "string", "description": "Device to turn on", "optional": true}}, "required": []}}, {"name": "lists.createoradd", "description": "Create a new list. If no arguments are provided then it creates a new list with a template name. The default user experience is that it opens the list app to a new list screen with a template name", "parameters": {"type": "dict", "properties": {"event_name": {"type": "string", "description": "event name to be associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of the list to be created", "optional": true}, "person": {"type": "string", "description": "Person to be added to list", "optional": true}}, "required": []}}, {"name": "lists.query", "description": "Query information about saved lists and their contents. If no arguments are provided then it returns the number of saved lists and the names of the lists. The default user experience is that it opens the lists app and shows either the home screen or opens to the list the user wants to query", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "name of list to query", "optional": true}}, "required": []}}, {"name": "lists.remove", "description": "Delete a specified list. If no arguments are provided then it deletes all lists that the user has saved. The default user experience is that it user gets a notification with the name of the list that was deleted", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date associated with list", "optional": true}, "list_name": {"type": "string", "description": "Name of list to remove", "optional": true}}, "required": []}}, {"name": "music.dislikeness", "description": "Save negative preferences on specified song or currently playing music. If no arguments are provided then it saves a negative preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was not liked", "parameters": {"type": "dict", "properties": {"music_genre": {"type": "string", "description": "Genre of music", "optional": true}}, "required": []}}, {"name": "music.likeness", "description": "Save positive preferences on specified song or currently playing music. If no arguments are provided then it saves a positive preference for the song that is currently playing. The default user experience is that it user gets a notification from the music app that the song was liked", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of artist", "optional": true}, "playlist_name": {"type": "string", "description": "Playlist to add music", "optional": true}}, "required": []}}, {"name": "music.query", "description": "Find information on songs or artists. If no arguments are provided then it returns the song title, album name, and artist name of the song currently playing. The default user experience is that it opens the music app to the song or artist page containing the requested information", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist to be queried", "optional": true}, "song_name": {"type": "string", "description": "Name of song to be queried", "optional": true}}, "required": []}}, {"name": "news.query", "description": "Query for new stories from various media outlets. If no arguments are provided then it returns the list of latest news stories from various sources. The default user experience is that it opens the news app with the specified query parameters", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to search for news", "default": "today", "optional": true}, "media_type": {"type": "string", "description": "source of news to search", "optional": true}, "news_topic": {"type": "string", "description": "Topics of news to search for news", "optional": true}, "person": {"type": "string", "description": "person for whom to search for news", "optional": true}, "place_name": {"type": "string", "description": "Name of the place to search for news", "optional": true}}, "required": []}}, {"name": "play.audiobook", "description": "Play, resume or stop an audioboook. The API cannot be called without any arguments. The default user experience is that it opens the audiobook app and begins playing the specified audiobook", "parameters": {"type": "dict", "properties": {"audiobook_author": {"type": "string", "description": "Author of the audiobook to be played", "optional": true}, "audiobook_name": {"type": "string", "description": "Name of the audiobook to be played", "optional": true}, "media_type": {"type": "string", "description": "Type of media used to play audiobook", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the audiobook such as resume, start, etc", "optional": true}}, "required": []}}, {"name": "play.game", "description": "Play a video game. If no arguments are provided then it returns a list of games from the game app home screen. The default user experience is that it opens the game app to the home screen and then navigates to the game if specified", "parameters": {"type": "dict", "properties": {"game_name": {"type": "string", "description": "name of the game to be played", "optional": true}}, "required": []}}, {"name": "play.music", "description": "Play music from a specific artist, genre or playlist. If no arguments are provided then it plays the last accessed music playlist. The default user experience is that it opens the music app to the home screen and begins playing the requested music", "parameters": {"type": "dict", "properties": {"artist_name": {"type": "string", "description": "Name of the artist", "optional": true}, "device_type": {"type": "string", "description": "Type of device to use to play music", "optional": true}, "media_type": {"type": "string", "description": "Type of media to use to play music", "optional": true}, "music_album": {"type": "string", "description": "music album to play", "optional": true}, "music_descriptor": {"type": "string", "description": "descriptions related to music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to play", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the music such as shuffle, resume, play, etc", "optional": true}, "playlist_name": {"type": "string", "description": "Name of the playlist to play", "optional": true}, "song_name": {"type": "string", "description": "Name of the song to play", "optional": true}}, "required": []}}, {"name": "play.podcasts", "description": "Play podcasts from specific artists or in specified genres. If no arguments are provided then it returns a list of latest podcasts based on recommendations on the user's interest. The default user experience is that it opens the podcast app to the home screen or to the specified podcast", "parameters": {"type": "dict", "properties": {"person": {"type": "string", "description": "person associated with the podcast", "optional": true}, "player_setting": {"type": "string", "description": "instructions to navigate the podcast such as replay, start, etc", "optional": true}, "podcast_descriptor": {"type": "string", "description": "descriptions related to the podcast", "optional": true}, "podcast_name": {"type": "string", "description": "name of the podcast to play", "optional": true}}, "required": []}}, {"name": "play.radio", "description": "Play radio on the requested station or for a particular music genre. If no arguments are provided then it plays the last accessed radio channel. The default user experience is that it plays the last accessed radio channel", "parameters": {"type": "dict", "properties": {"app_name": {"type": "string", "description": "app on which to play the radio", "optional": true}, "device_type": {"type": "string", "description": "device on which to play the radio", "optional": true}, "house_place": {"type": "string", "description": "location where to play the radio", "optional": true}, "media_type": {"type": "string", "description": "type of music to be played", "optional": true}, "music_genre": {"type": "string", "description": "genre of music to be played", "optional": true}, "radio_name": {"type": "string", "description": "name of radio station to be played", "default": "latest", "optional": true}}, "required": []}}, {"name": "qa.currency", "description": "Ask for information on a currency or conversion between currencies. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query for currency conversion", "optional": true}}, "required": ["query"]}}, {"name": "qa.definition", "description": "Ask for a definition of a given word. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"definition_word": {"type": "string", "description": "word to be defined", "optional": true}}, "required": []}}, {"name": "qa.factoid", "description": "Ask a factual question about historical figures, people, places, movies and so on. The API cannot be called without any arguments. The default user experience is that it responds to the user on screen with an answer and links to the rag sources used", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query to search for facts", "optional": true}}, "required": ["query"]}}, {"name": "qa.maths", "description": "Ask a question about a mathematical equation. The API cannot be called without any arguments. The default user experience is that it opens the calculator app with the mathematical equation filled in and the answer", "parameters": {"type": "dict", "properties": {"query": {"type": "string", "description": "query containing mathematical equation", "optional": true}}, "required": ["query"]}}, {"name": "qa.stock", "description": "Ask a question about a particular stock for a given date. If no arguments are provided then it returns the dow jones for today. The default user experience is that it opens the search app with the listed stock for the specified date", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business for which to check stock information", "default": "dow jones", "optional": true}, "date": {"type": "string", "description": "date for which to check stock information", "default": "today", "optional": true}}, "required": []}}, {"name": "recommendation.events", "description": "Search events in a given locations. If no arguments are provided then it returns a list of events within a 20 mile radius of the user's location. The default user experience is that it opens the search app with a list of events that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business for which to search events", "optional": true}, "date": {"type": "string", "description": "date on which to search for events", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "name of event to search for", "optional": true}, "place_name": {"type": "string", "description": "name of the place to search for events", "default": "users location", "optional": true}, "time": {"type": "string", "description": "time to search for events", "default": "today", "optional": true}, "timeofday": {"type": "string", "description": "time of day to search for events", "optional": true}}, "required": []}}, {"name": "recommendation.locations", "description": "Search for businesses or places in a given location. The API cannot be called without any arguments. The default user experience is that it opens the search app with a list of business or places that match the user query", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business to find recommedations", "optional": true}, "business_type": {"type": "string", "description": "type of business to find recommendations", "optional": true}, "food_type": {"type": "string", "description": "type of food to find recommendations", "optional": true}, "place_name": {"type": "string", "description": "name of place to find recommendations", "default": "users location", "optional": true}}, "required": []}}, {"name": "recommendation.movies", "description": "Search for movies to watch. If no arguments are provided then it returns the latest movies to watch in theatres near the user's current location. The default user experience is that it opens the search app to show a list of movies for the user to watch", "parameters": {"type": "dict", "properties": {"business_type": {"type": "string", "description": "type of business screening the movie", "optional": true}, "date": {"type": "string", "description": "date on which the movie is screening", "default": "today", "optional": true}, "movie_name": {"type": "string", "description": "name of the movie to search for", "optional": true}, "movie_type": {"type": "string", "description": "type of movie to search for", "optional": true}, "time": {"type": "string", "description": "day on which the movie is screening", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which the movie is screening", "optional": true}}, "required": []}}, {"name": "social.post", "description": "Post a message on social media. The API cannot be called without any arguments. The default user experience is that it opens up the social media app to make a new post with any specifications filled out", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "business to address the social media post", "optional": true}, "media_type": {"type": "string", "description": "type of social media to make a new post", "optional": true}}, "required": []}}, {"name": "social.query", "description": "Query social media to find the latest posts. If no arguments are provided then it opens up the default social media app to the landing page. The default user experience is that it opens up the default social media app to the landing page", "parameters": {"type": "dict", "properties": {"media_type": {"type": "string", "description": "social media application to query", "optional": true}, "person": {"type": "string", "description": "query for a person on social media posts", "optional": true}, "relation": {"type": "string", "description": "query for relation on social media posts", "optional": true}}, "required": []}}, {"name": "takeaway.order", "description": "Place an order for takeaway from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with the requested order filled out and ready to checkout from the specified restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "name of business from which to order takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to order takeaway", "optional": true}, "drink_type": {"type": "string", "description": "type of drink to order for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food to order for takeaway", "optional": true}, "ingredient": {"type": "string", "description": "ingredients to order for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order for takeaway", "optional": true}, "order_type": {"type": "string", "description": "Type of order to make for takeaway", "optional": true}, "timeofday": {"type": "string", "description": "time of day at which to place the takeaway order", "optional": true}}, "required": []}}, {"name": "takeaway.query", "description": "Get information on takeaway orders from a restaurant. The API cannot be called without any arguments. The default user experience is that it opens the food delivery app with information on the restaurant", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of the business for takeaway", "optional": true}, "business_type": {"type": "string", "description": "type of business to query for takeaway", "optional": true}, "food_type": {"type": "string", "description": "type of food for takeaway", "optional": true}, "meal_type": {"type": "string", "description": "meal type to order from the restaurant", "optional": true}, "order_type": {"type": "string", "description": "Type of order toquery the restaurant", "default": "takeaway", "optional": true}}, "required": []}}, {"name": "transport.query", "description": "Get information on transportation options from a source location to a destination location. If no arguments are provided then it returns transportation options for specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that shows a user transportation options with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"business_name": {"type": "string", "description": "Name of business as destination for transportation query", "optional": true}, "business_type": {"type": "string", "description": "Type of business as destination for transportation query", "optional": true}, "date": {"type": "string", "description": "date for which to query the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to query the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to query the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to query tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to query tickets", "optional": true}}, "required": []}}, {"name": "transport.taxi", "description": "Book taxi tickets from a source location to a destination location. If no arguments are provided then it returns taxi tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a taxi ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_agency": {"type": "string", "description": "agency through which to book the transportation tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "optional": true}}, "required": []}}, {"name": "transport.ticket", "description": "Book train tickets from a source location to a destination location. If no arguments are provided then it returns train tickets for the specified locations, if source location is not provided it uses the user's current location. The default user experience is that it opens a window that allows a user to book a train ticket with prefilled source and destination for the next week", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "datefor which to book the tickets", "default": "today", "optional": true}, "place_name": {"type": "string", "description": "name of the place either source or destination to book the tickets", "optional": true}, "time": {"type": "string", "description": "time at which to book the tickets", "optional": true}, "timeofday": {"type": "string", "description": "time of the day for which to book tickets", "optional": true}, "transport_descriptor": {"type": "string", "description": "specify additional customizations while booking tickets", "optional": true}, "transport_name": {"type": "string", "description": "specific train name to book tickets", "optional": true}, "transport_type": {"type": "string", "description": "type of transportation to book tickets", "default": "train", "optional": true}}, "required": []}}, {"name": "transport.traffic", "description": "Get current details on traffic information for specified locations and routes. If no arguments are provided then it returns traffic information for the route from home to work or work to home, depending on the user's current location. The default user experience is that it opens the navigation app with the source and destination locations set along with display current traffic and alternate routes", "parameters": {"type": "dict", "properties": {"place_name": {"type": "string", "description": "place for which to check traffic information", "default": "current location, work", "optional": true}, "time": {"type": "string", "description": "timeat which to check traffic information", "default": "now", "optional": true}}, "required": []}}, {"name": "weather.query", "description": "Query for weather information for a specific location, date or for descriptors. If no arguments are provided then it returns the weather right now for the user's current location and the forecast for the remainder of the day if applicable. The default user experience is that it opens a window to display weather forecast for the next 7 days for the user's current location", "parameters": {"type": "dict", "properties": {"date": {"type": "string", "description": "date for which to query the weather app", "default": "today", "optional": true}, "event_name": {"type": "string", "description": "event to find details for which toquery the weather app", "optional": true}, "general_frequency": {"type": "string", "description": "frequencyat which to querythe weather app", "optional": true}, "place_name": {"type": "string", "description": "name of placefor which toquery the weather app", "default": "current location", "optional": true}, "time": {"type": "string", "description": "time period over which to querythe weather app", "default": "now", "optional": true}, "timeofday": {"type": "string", "description": "time of day for which to querythe weather app", "optional": true}, "weather_descriptor": {"type": "string", "description": "description of weather conditions for which to query the weather app", "optional": true}}, "required": []}}], "id": "10319", "language": "Python", "test_category": "multiple_function", "gt": {"play.game": {"game_name": ["jalkapalloa"]}}} {"question": "lis\u00e4\u00e4 tapaaminen kalenteriini yhdeks\u00e4lt\u00e4 tomin kanssa", "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": "8553", "language": "Python", "test_category": "multiple_function", "gt": {"calendar.set": {"event_name": ["tapaaminen"], "time": ["yhdeks\u00e4lt\u00e4"], "person": ["tomin"], "business_name": [""], "date": [""], "general_frequency": [""], "meal_type": [""], "place_name": [""], "relation": [""], "timeofday": [""]}}} {"question": "kerro mitk\u00e4 kaupat on l\u00e4hell\u00e4", "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": "11959", "language": "Python", "test_category": "multiple_function", "gt": {"recommendation.locations": {"business_type": ["kaupat"], "business_name": [""], "food_type": [""], "place_name": ["", "users location"]}}} {"question": "muunna kahdeksan kolmekymment\u00e4 g. m. t. nelj\u00e4st\u00e4 g. m. t. viiteen kolmeenkymmeneen", "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": "5523", "language": "Python", "test_category": "multiple_function", "gt": {"datetime.convert": {"query": ["muunna kahdeksan kolmekymment\u00e4 g. m. t. nelj\u00e4st\u00e4 g. m. t. viiteen kolmeenkymmeneen"]}}}